rhymix/tests/install.suite.yml
2015-04-16 15:12:08 +09:00

17 lines
412 B
YAML

class_name: InstallTester
modules:
enabled:
- PhpBrowser
- installHelper
config:
PhpBrowser:
url: 'http://localhost:8000/'
env:
travis:
modules:
config:
Db:
dsn: 'mysql:host=127.0.0.1;dbname=xe_test'
user: 'travis'
password: 'travis'
cleanup: true