summaryrefslogtreecommitdiff
path: root/maintenance/tests/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/tests/phpunit.xml')
-rw-r--r--maintenance/tests/phpunit.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/maintenance/tests/phpunit.xml b/maintenance/tests/phpunit.xml
deleted file mode 100644
index ce7d44f5..00000000
--- a/maintenance/tests/phpunit.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<!-- See http://www.phpunit.de/manual/3.3/en/appendixes.configuration.html -->
-<phpunit bootstrap="./bootstrap.php"
- colors="false"
- stopOnFailure="false">
- <!-- convertErrorsToExceptions="true" -->
- <!-- convertNoticesToExceptions="true" -->
- <!-- convertWarningsToExceptions="true" -->
- <testsuite name="MediaWiki Test Suite">
- <directory>.</directory>
- </testsuite>
- <groups>
- <exclude>
- <group>Broken</group>
- <group>Stub</group>
- </exclude>
- </groups>
-</phpunit> \ No newline at end of file