mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
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
|
||||
*/
|
||||
protected $baseUrl = 'http://localhost';
|
||||
protected $baseUrl = 'http://ninja-master.test:8000';
|
||||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
|
@ -17,5 +17,5 @@ modules:
|
||||
user: 'ninja'
|
||||
password: 'ninja'
|
||||
dump: tests/_data/dump.sql
|
||||
disabled:
|
||||
- Laravel5
|
||||
# disabled:
|
||||
# - Laravel5
|
||||
|
Loading…
x
Reference in New Issue
Block a user