X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/33a2999a57854495fcea8c1acf1b75b04a28a0bf..refs/pull/806/head:/tests/TestCase.php diff --git a/tests/TestCase.php b/tests/TestCase.php index 6b97682e8..e0f160eed 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,8 +1,28 @@ assertRedirect('/'); + $this->assertTrue(session()->has('error')); + session()->remove('error'); + } } \ No newline at end of file