aboutsummaryrefslogtreecommitdiffstats
path: root/library/intl/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/intl/phpunit.xml')
-rw-r--r--library/intl/phpunit.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/library/intl/phpunit.xml b/library/intl/phpunit.xml
deleted file mode 100644
index 82bf2b096..000000000
--- a/library/intl/phpunit.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<phpunit backupGlobals="false"
- backupStaticAttributes="false"
- colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- stopOnFailure="false"
- bootstrap="vendor/autoload.php"
->
- <testsuites>
- <testsuite name="CommerceGuys Intl Test Suite">
- <directory>./tests/</directory>
- </testsuite>
- </testsuites>
-
- <filter>
- <whitelist>
- <directory suffix=".php">./src/</directory>
- </whitelist>
- </filter>
-</phpunit>