summaryrefslogtreecommitdiffstats
path: root/Aufgabe06/vendor/symfony/translation/Symfony/Component/Translation/phpunit.xml.dist
diff options
context:
space:
mode:
Diffstat (limited to 'Aufgabe06/vendor/symfony/translation/Symfony/Component/Translation/phpunit.xml.dist')
-rw-r--r--Aufgabe06/vendor/symfony/translation/Symfony/Component/Translation/phpunit.xml.dist28
1 files changed, 0 insertions, 28 deletions
diff --git a/Aufgabe06/vendor/symfony/translation/Symfony/Component/Translation/phpunit.xml.dist b/Aufgabe06/vendor/symfony/translation/Symfony/Component/Translation/phpunit.xml.dist
deleted file mode 100644
index 16cca4a..0000000
--- a/Aufgabe06/vendor/symfony/translation/Symfony/Component/Translation/phpunit.xml.dist
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
- backupGlobals="false"
- colors="true"
- bootstrap="vendor/autoload.php"
->
- <php>
- <ini name="error_reporting" value="-1" />
- </php>
-
- <testsuites>
- <testsuite name="Symfony Translation Component Test Suite">
- <directory>./Tests/</directory>
- </testsuite>
- </testsuites>
-
- <filter>
- <whitelist>
- <directory>./</directory>
- <exclude>
- <directory>./vendor</directory>
- <directory>./Tests</directory>
- </exclude>
- </whitelist>
- </filter>
-</phpunit>