1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-12 03:14:19 +02:00
Files
php-altorouter/phpunit.xml.dist
2015-03-02 16:51:27 +01:00

17 lines
334 B
XML

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