123456789101112131415161718 |
- paths:
- tests: tests
- log: tests/_output
- data: tests/_data
- helpers: tests/_support
- settings:
- bootstrap: _bootstrap.php
- coloe
- silent: false
- log: false
- strict_xml: true
- modules:
- config:
- Db:
- dsn: ''
- user: ''
- password: ''
- dump: tests/_data/dump.sql
|