2018-01-26 15:50:15 +01:00

12 lines
266 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>