From: Dan Brown Date: Sun, 28 Jan 2018 13:33:50 +0000 (+0000) Subject: Actually fixed the BaseURL this time 🤦 X-Git-Tag: v0.20.0~1^2~21^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/632/head?ds=inline Actually fixed the BaseURL this time 🤦 --- diff --git a/tests/TestCase.php b/tests/TestCase.php index 81bd93ec4..94751b004 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -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