]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - maintenance/tests/phpunit.xml
MediaWiki 1.17.0
[autoinstallsdev/mediawiki.git] / maintenance / tests / phpunit.xml
diff --git a/maintenance/tests/phpunit.xml b/maintenance/tests/phpunit.xml
deleted file mode 100644 (file)
index ce7d44f..0000000
+++ /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