]> BookStack Code Mirror - bookstack/commitdiff
Actually fixed the BaseURL this time 🤦 632/head
authorDan Brown <redacted>
Sun, 28 Jan 2018 13:33:50 +0000 (13:33 +0000)
committerDan Brown <redacted>
Sun, 28 Jan 2018 13:33:50 +0000 (13:33 +0000)
tests/TestCase.php

index 81bd93ec4de41fdea805824cf22980a5ea785531..94751b0047843369a6a729b06fc7911456b1ead5 100644 (file)
@@ -16,6 +16,12 @@ abstract class TestCase extends BaseTestCase
     protected $admin;
     protected $editor;
 
+    /**
+     * The base URL to use while testing the application.
+     * @var string
+     */
+    protected $baseUrl = 'http://localhost';
+
     /**
      * Set the current user context to be an admin.
      * @return $this