mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-18 10:28:43 +00:00
Actually fixed the BaseURL this time 🤦
This commit is contained in:
parent
ba6eb6727a
commit
faf7c55fdd
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ abstract class TestCase extends BaseTestCase
|
||||||
protected $admin;
|
protected $admin;
|
||||||
protected $editor;
|
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.
|
* Set the current user context to be an admin.
|
||||||
* @return $this
|
* @return $this
|
||||||
|
|
Loading…
Add table
Reference in a new issue