]> BookStack Code Mirror - bookstack/blobdiff - tests/BrowserKitTest.php
reduced icon size
[bookstack] / tests / BrowserKitTest.php
index b5c32cef5c1d5763a8be0785c32f8272121454a8..a8ff0304422cfef5cf04a964e011cb3b3ff43de1 100644 (file)
@@ -17,6 +17,12 @@ abstract class BrowserKitTest extends TestCase
     private $admin;
     private $editor;
 
+    /**
+     * The base URL to use while testing the application.
+     * @var string
+     */
+    protected $baseUrl = 'http://localhost';
+
     public function tearDown()
     {
         \DB::disconnect();