codeformunich/Muenchen-Transparent

View on GitHub
codeception.yml

Summary

Maintainability
Test Coverage
actor: Tester
paths:
    tests: tests
    log: tests/_output
    data: tests/_data
    support: tests/_support
    envs: tests/_envs
settings:
    bootstrap: _bootstrap.php
    colors: true
    memory_limit: 1024M
extensions:
    enabled:
        - Codeception\Extension\RunFailed
coverage:
    enabled: true
    include:
        - protected/components/RISSucheKrits.php
modules:
    config:
        Db:
            dsn: 'mysql:host=127.0.0.1;dbname=mt-test'
            user: 'root'
            password: ''
            dump: 'tests/_data/dump.sql' # The dataset is created by the travis run script
            populate: false
            cleanup: false