Minor fixes for tests

This commit is contained in:
David Bomba 2021-09-29 21:01:34 +10:00
parent 9a4b63adbb
commit 32002bcfc3
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
* *
* @var string * @var string
*/ */
protected $baseUrl = 'http://localhost'; protected $baseUrl = 'http://ninja-master.test:8000';
/** /**
* Creates the application. * Creates the application.
* *

View File

@ -17,5 +17,5 @@ modules:
user: 'ninja' user: 'ninja'
password: 'ninja' password: 'ninja'
dump: tests/_data/dump.sql dump: tests/_data/dump.sql
disabled: # disabled:
- Laravel5 # - Laravel5