1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-29 02:49:57 +02:00

rename phpunit.xml to phpunit.xml.dist

This commit is contained in:
Koen Punt
2015-03-02 15:13:27 +01:00
parent 88af3a6fa5
commit 2035dab8be
2 changed files with 1 additions and 0 deletions

12
phpunit.xml.dist Normal file
View File

@@ -0,0 +1,12 @@
<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>