deep-web-solutions/wordpress-framework-bootstrapper

View on GitHub
codeception.dist.yml

Summary

Maintainability
Test Coverage
paths:
    tests: tests
    output: tests/_output
    data: tests/_data
    support: tests/_support
    envs: tests/_envs
actor_suffix: Tester
extensions:
    enabled:
        - Codeception\Extension\RunFailed
    commands:
        - Codeception\Command\GenerateWPUnit
        - Codeception\Command\GenerateWPRestApi
        - Codeception\Command\GenerateWPRestController
        - Codeception\Command\GenerateWPRestPostTypeController
        - Codeception\Command\GenerateWPAjax
        - Codeception\Command\GenerateWPCanonical
        - Codeception\Command\GenerateWPXMLRPC
params:
    - env # for Travis-CI testing
coverage:
    enabled: true
    include:
        - bootstrap.php
        - bootstrap-functions.php
        - bootstrap-whitelabel.php
    low_limit: 30
    high_limit: 70