aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/suite.xml
diff options
context:
space:
mode:
authorChristian Aistleitner <christian@quelltextlich.at>2012-04-03 12:23:03 +0200
committerChristian Aistleitner <christian@quelltextlich.at>2012-04-03 12:57:10 +0200
commit8ba98560af6954e82d13a5a81c8276568783159e (patch)
tree3c6a940a470e6b32839923e34d8ef832dcbc8053 /tests/phpunit/suite.xml
parent51c17f193104220796c6fc6ce6c380c34242e682 (diff)
downloadmediawikicore-8ba98560af6954e82d13a5a81c8276568783159e.tar.gz
mediawikicore-8ba98560af6954e82d13a5a81c8276568783159e.zip
PHPUnit preparations for tests of maintenance
Change-Id: Id1ac2f8b940e5417e0facaacb7d5ec30b48a9efb
Diffstat (limited to 'tests/phpunit/suite.xml')
-rw-r--r--tests/phpunit/suite.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml
index 8c942a49a888..a03f392bc4ee 100644
--- a/tests/phpunit/suite.xml
+++ b/tests/phpunit/suite.xml
@@ -20,6 +20,11 @@
<testsuite name="skins">
<directory>skins</directory>
</testsuite>
+ <!-- As there is a class Maintenance, we cannot use the
+ name "maintenance" directly -->
+ <testsuite name="maintenance_suite">
+ <directory>maintenance</directory>
+ </testsuite>
<testsuite name="structure">
<file>StructureTest.php</file>
</testsuite>