2016-11-28 21:52:15 -08:00

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>