]>
BookStack Code Mirror - bookstack/blobdiff - tests/BrowserKitTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added tags to chapters and books
[bookstack]
/
tests
/
BrowserKitTest.php
diff --git
a/tests/BrowserKitTest.php
b/tests/BrowserKitTest.php
index b5c32cef5c1d5763a8be0785c32f8272121454a8..a8ff0304422cfef5cf04a964e011cb3b3ff43de1 100644
(file)
--- a/
tests/BrowserKitTest.php
+++ b/
tests/BrowserKitTest.php
@@
-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();