rhymix/tests/install.suite.dist.yml
2021-02-09 22:11:09 +09:00

30 lines
947 B
YAML

class_name: InstallTester
modules:
enabled: [Db, PhpBrowser, DbDropTablesHelper, InstallHelper, Filesystem]
config:
PhpBrowser:
url: 'http://localhost:8000/'
curl:
CURLOPT_TIMEOUT: 180
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'