Made the flash value appear in the description.
When the expected level did not match the incoming level.
This commit is contained in:
		@@ -59,6 +59,6 @@ abstract class FeatureTestCase extends TestCase
 | 
			
		||||
            $flash = $flashMessage->first();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $this->assertEquals($excepted, $flash['level']);
 | 
			
		||||
        $this->assertEquals($excepted, $flash['level'], json_encode($flash));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user