diff --git a/tests/AdminControllerTest.php b/tests/AdminControllerTest.php index 83f5725a..56bf5a81 100644 --- a/tests/AdminControllerTest.php +++ b/tests/AdminControllerTest.php @@ -7,7 +7,7 @@ use Illuminate\Foundation\Testing\WithoutMiddleware; use Illuminate\Foundation\Testing\DatabaseMigrations; use Illuminate\Foundation\Testing\DatabaseTransactions; -class AdminControllerTest extends TestCase +class AdminControllerTest extends BrowserKitTestCase { use DatabaseTransactions;