actor: Guy
paths:
    tests: tests
    log: tests/_log
    data: tests/_data
    helpers: tests/_helpers
bootstrap: _bootstrap.php
settings:
    colors: true
    memory_limit: 1024M
modules:
    config:
        Db:
            dsn: ''
            user: ''
            password: ''
            dump: tests/_data/dump.sql
coverage:
    enabled: true
    include:
        - src/*