mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-24 00:31:07 +00:00
12 lines
266 B
XML
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>
|