paths:
    tests:   tests
    log:     tests/_logs
    data:    tests/_data
    helpers: tests/_helpers

settings:
    bootstrap:    _bootstrap.php
    suite_class:  \PHPUnit_Framework_TestSuite
    colors:       true
    memory_limit: 1024M
    log:          true

modules:
    config:
        Db:
            dsn:      'mysql:host=veronica.dev;dbname=wp_dev_tests'
            user:     'veronica'
            password: 'password'
            dump:     tests/_data/wp_dev_tests.sql
            populate: true
            cleanup:  true
