summaryrefslogtreecommitdiffstats
path: root/vendor/pear/net_url2/phpunit.xml.dist
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/pear/net_url2/phpunit.xml.dist')
-rw-r--r--vendor/pear/net_url2/phpunit.xml.dist17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/pear/net_url2/phpunit.xml.dist b/vendor/pear/net_url2/phpunit.xml.dist
deleted file mode 100644
index 2fee31891..000000000
--- a/vendor/pear/net_url2/phpunit.xml.dist
+++ /dev/null
@@ -1,17 +0,0 @@
-<phpunit bootstrap="Net/URL2.php"
- colors="false"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- stopOnFailure="true">
- <testsuites>
- <testsuite name="Tests">
- <directory>tests</directory>
- </testsuite>
- </testsuites>
- <filter>
- <whitelist>
- <file>Net/URL2.php</file>
- </whitelist>
- </filter>
-</phpunit>