mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix unit tests for PHP 7.2
This commit is contained in:
parent
b6557622d2
commit
89fcea58c9
4 changed files with 11 additions and 11 deletions
|
|
@ -6,12 +6,12 @@ modules:
|
|||
url: 'http://localhost:8000/'
|
||||
DbDropTablesHelper:
|
||||
dsn: 'mysql:host=localhost;dbname=rhymix'
|
||||
user: 'root'
|
||||
password: 'root'
|
||||
user: 'travis'
|
||||
password: 'travis'
|
||||
Db:
|
||||
dsn: 'mysql:host=localhost;dbname=rhymix'
|
||||
user: 'root'
|
||||
password: 'root'
|
||||
user: 'travis'
|
||||
password: 'travis'
|
||||
cleanup: true
|
||||
env:
|
||||
travis:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue