From b74cc0dd59f603b1e6cef6f296dbaacb0e83d0e3 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 13 Jul 2018 16:48:15 +0800 Subject: [PATCH] fix tests of AdminController --- tests/AdminControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;