summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UserFunctions/vendor/composer/installers/phpunit.xml.dist')
-rw-r--r--UserFunctions/vendor/composer/installers/phpunit.xml.dist25
1 files changed, 0 insertions, 25 deletions
diff --git a/UserFunctions/vendor/composer/installers/phpunit.xml.dist b/UserFunctions/vendor/composer/installers/phpunit.xml.dist
deleted file mode 100644
index cc5cc991..00000000
--- a/UserFunctions/vendor/composer/installers/phpunit.xml.dist
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<phpunit backupGlobals="false"
- backupStaticAttributes="false"
- colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- processIsolation="false"
- stopOnFailure="false"
- syntaxCheck="false"
- bootstrap="tests/bootstrap.php"
->
- <testsuites>
- <testsuite name="Installers Test Suite">
- <directory>tests/Composer/Installers</directory>
- </testsuite>
- </testsuites>
-
- <filter>
- <whitelist>
- <directory>src/Composer/Installers</directory>
- </whitelist>
- </filter>
-</phpunit> \ No newline at end of file