diff options
Diffstat (limited to 'library/urlify/tests/phpunit.xml')
-rw-r--r-- | library/urlify/tests/phpunit.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/urlify/tests/phpunit.xml b/library/urlify/tests/phpunit.xml new file mode 100644 index 000000000..2666a3ccb --- /dev/null +++ b/library/urlify/tests/phpunit.xml @@ -0,0 +1,8 @@ +<phpunit bootstrap="bootstrap.php"> + <testsuite name="URLify Test Suite"> + <directory>.</directory> + </testsuite> + <logging> + <log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/> + </logging> +</phpunit> |