]> BookStack Code Mirror - bookstack/blobdiff - tests/BrowserKitTest.php
reduced icon size
[bookstack] / tests / BrowserKitTest.php
index d5c9911f8c619c3f41ff41a7d52cb2abc62f6e6c..a8ff0304422cfef5cf04a964e011cb3b3ff43de1 100644 (file)
@@ -13,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();