Merge pull request #2787 from EnesSacid-Buker/test-assert

The flash value appear in the description.
This commit is contained in:
Cüneyt Şentürk 2022-12-02 10:43:31 +03:00 committed by GitHub
commit c9d32cdec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,6 @@ abstract class FeatureTestCase extends TestCase
$flash = $flashMessage->first(); $flash = $flashMessage->first();
} }
$this->assertEquals($excepted, $flash['level']); $this->assertEquals($excepted, $flash['level'], json_encode($flash));
} }
} }