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