bpteam/gd2-php-ocr

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit bootstrap="vendor/autoload.php">
    <filter>
        <whitelist>
            <directory>/src</directory>
        </whitelist>
    </filter>
    <testsuite>
        <directory>./tests</directory>
    </testsuite>
    <!--<logging>
        <log type="coverage-clover" target="build/logs/clover.xml"/>
    </logging>-->
</phpunit>