github-counter/vendor/donatj/phpuseragentparser/phpunit.xml.dist

12 lines
255 B
XML

<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Application">
<directory>tests</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="coverage.xml"/>
</logging>
</phpunit>