andersondanilo/CnabPHP

View on GitHub
phpunit.xml.dist

Summary

Maintainability
Test Coverage
<phpunit colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="false"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="true"
         bootstrap="tests/bootstrap.php">
    <testsuites>
        <testsuite>
            <directory>tests</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory sufix=".php">src</directory>
        </whitelist>
    </filter>
</phpunit>