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, 17 insertions, 0 deletions
diff --git a/vendor/pear/net_url2/phpunit.xml.dist b/vendor/pear/net_url2/phpunit.xml.dist
new file mode 100644
index 000000000..2fee31891
--- /dev/null
+++ b/vendor/pear/net_url2/phpunit.xml.dist
@@ -0,0 +1,17 @@
+<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>