]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ba6eb67
)
Actually fixed the BaseURL this time 🤦
632/head
author
Dan Brown
<redacted>
Sun, 28 Jan 2018 13:33:50 +0000
(13:33 +0000)
committer
Dan Brown
<redacted>
Sun, 28 Jan 2018 13:33:50 +0000
(13:33 +0000)
tests/TestCase.php
patch
|
blob
|
history
diff --git
a/tests/TestCase.php
b/tests/TestCase.php
index 81bd93ec4de41fdea805824cf22980a5ea785531..94751b0047843369a6a729b06fc7911456b1ead5 100644
(file)
--- 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