2017-05-04 00:05:35 +08:00
|
|
|
<phpunit
|
|
|
|
colors="true">
|
|
|
|
<testsuite name="tests">
|
2017-05-10 05:25:23 +08:00
|
|
|
<directory suffix="test.php">tests</directory>
|
2017-05-04 00:05:35 +08:00
|
|
|
</testsuite>
|
|
|
|
<logging>
|
|
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
|
|
</logging>
|
|
|
|
</phpunit>
|