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, 17 insertions, 0 deletions
diff --git a/maintenance/tests/phpunit.xml b/maintenance/tests/phpunit.xml
new file mode 100644
index 00000000..ce7d44f5
--- /dev/null
+++ b/maintenance/tests/phpunit.xml
@@ -0,0 +1,17 @@
+<!-- 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