PronerInformatica/phppimaco

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<testsuites>
    <testsuite name="Proner\\PhpPimacoTest">
        <directory>./tests</directory>
    </testsuite>
</testsuites>
</phpunit>