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:
12
phpunit.xml.dist
Normal file
12
phpunit.xml.dist
Normal 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>
|
Reference in New Issue
Block a user