Minor fixes for tests
This commit is contained in:
parent
9a4b63adbb
commit
32002bcfc3
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue