portrino/codeception-yandex-module

View on GitHub
phpunit.xml.dist

Summary

Maintainability
Test Coverage
<phpunit
        backupGlobals="false"
        backupStaticAttributes="false"
        bootstrap="./build/vendor/autoload.php"
        colors="false"
        convertErrorsToExceptions="true"
        convertWarningsToExceptions="true"
        forceCoversAnnotation="false"
        processIsolation="false"
        stopOnError="false"
        stopOnFailure="false"
        stopOnIncomplete="false"
        stopOnSkipped="false"
        verbose="false">

    <testsuites>
        <testsuite name="Codeception Yandex Module Test Suite">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory>src</directory>
        </whitelist>
    </filter>
</phpunit>