10 lines
234 B
XML
10 lines
234 B
XML
|
<phpunit
|
||
|
colors="true">
|
||
|
<testsuite name="tests">
|
||
|
<directory suffix="test.php">.</directory>
|
||
|
</testsuite>
|
||
|
<logging>
|
||
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||
|
</logging>
|
||
|
</phpunit>
|