1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-10 02:17:13 +02:00
Files
php-altorouter/phpunit.xml.dist
2019-02-06 20:13:21 +01:00

17 lines
352 B
XML

<phpunit
colors="true"
verbose="true">
<testsuites>
<testsuite name="altorouter">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<file>./AltoRouter.php</file>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>