mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-01 22:39:13 +08:00
Actually fixed the BaseURL this time 🤦
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user