12345678910111213141516171819 |
- paths:
- tests: tests
- log: tests/_output
- data: tests/_data
- helpers: tests/_support
- settings:
- bootstrap: _bootstrap.php
- colors: false
- silent: false
- log: false
- extensions:
- enabled: [MyGroupHighlighter, SkipGroup, Group\CountEvents]
- modules:
- config:
- Db:
- dsn: ''
- user: ''
- password: ''
- dump: tests/_data/dump.sql
|