diff --git a/tests/Feature/FeatureTestCase.php b/tests/Feature/FeatureTestCase.php index f431a7103..273199273 100644 --- a/tests/Feature/FeatureTestCase.php +++ b/tests/Feature/FeatureTestCase.php @@ -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)); } }