paths:
  tests: .
  log: _log
  data: _data
  helpers: _helpers
settings:
  bootstrap: _bootstrap.php
  suite_class: \PHPUnit_Framework_TestSuite
  colors: false
  memory_limit: 1024M
  log: true
coverage:
  enabled: true
  whitelist:
    include:
      - ../src/*
modules:
  enabled:
    [Cli]
  config:
    Db:
      dsn: ''
      user: ''
      password: ''
      dump: _data/dump.sql
