Actually fixed the BaseURL this time 🤦

This commit is contained in:
Dan Brown 2018-01-28 13:33:50 +00:00
parent ba6eb6727a
commit faf7c55fdd
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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