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

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));
} }
} }