rhymix/tests/install.suite.dist.yml
2018-06-14 15:37:04 +09:00

28 lines
892 B
YAML

class_name: InstallTester
modules:
enabled: [Db, PhpBrowser, DbDropTablesHelper, InstallHelper, Filesystem]
config:
PhpBrowser:
url: 'http://localhost:8000/'
DbDropTablesHelper:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'
Db:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'
cleanup: true
env:
travis:
modules:
config:
Db:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'
cleanup: true
DbDropTablesHelper:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'