mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-01-17 12:18:16 +01:00
12 lines
247 B
XML
12 lines
247 B
XML
<phpunit
|
|
colors="true"
|
|
verbose="true">
|
|
<testsuites>
|
|
<testsuite name="altorouter">
|
|
<directory>./tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<logging>
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
</logging>
|
|
</phpunit> |