2018-01-26 15:50:15 +01:00
|
|
|
<phpunit bootstrap="vendor/autoload.php">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Application">
|
|
|
|
<directory>Tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
<logging>
|
|
|
|
<log type="coverage-clover" target="coverage.xml"/>
|
|
|
|
</logging>
|
|
|
|
</phpunit>
|