Clean up MySQL configuration for unit tests

This commit is contained in:
Kijin Sung 2016-01-11 16:12:32 +09:00
parent c74f84cd9f
commit 4776078c11
2 changed files with 6 additions and 6 deletions

View file

@ -5,11 +5,11 @@ modules:
PhpBrowser:
url: 'http://localhost:8000/'
DbDropTablesHelper:
dsn: 'mysql:host=127.0.0.1;dbname=xe_test'
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'root'
password: 'root'
Db:
dsn: 'mysql:host=127.0.0.1;dbname=xe_test'
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'root'
password: 'root'
cleanup: true
@ -18,11 +18,11 @@ env:
modules:
config:
Db:
dsn: 'mysql:host=127.0.0.1;dbname=xe_test'
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'
cleanup: true
DbDropTablesHelper:
dsn: 'mysql:host=127.0.0.1;dbname=xe_test'
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'