X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bc1302a8d8c9c7facb16b28e1cf1da4409e7ede0..refs/pull/846/head:/tests/BrowserKitTest.php diff --git a/tests/BrowserKitTest.php b/tests/BrowserKitTest.php index 1eabc7417..a8ff03044 100644 --- a/tests/BrowserKitTest.php +++ b/tests/BrowserKitTest.php @@ -3,7 +3,6 @@ use BookStack\Entity; use BookStack\Role; use BookStack\Services\PermissionService; -use BookStack\User; use Illuminate\Contracts\Console\Kernel; use Illuminate\Foundation\Testing\DatabaseTransactions; use Laravel\BrowserKitTesting\TestCase; @@ -14,17 +13,16 @@ abstract class BrowserKitTest extends TestCase use DatabaseTransactions; + // Local user instances + private $admin; + private $editor; + /** * The base URL to use while testing the application. - * * @var string */ protected $baseUrl = 'http://localhost'; - // Local user instances - private $admin; - private $editor; - public function tearDown() { \DB::disconnect();