summaryrefslogtreecommitdiff
path: root/tests/phpunit/suite.xml
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2015-12-18 06:00:00 +0100
committerPierre Schmitz <pierre@archlinux.de>2015-12-18 06:00:00 +0100
commit15e69f7b20b6596b9148030acce5b59993b95a45 (patch)
tree7b828b8920b0e222dc2a2c97dde933c9c4864fab /tests/phpunit/suite.xml
parent9e06a62f265e3a2aaabecc598d4bc617e06fa32d (diff)
Update to MediaWiki 1.25.4
Diffstat (limited to 'tests/phpunit/suite.xml')
-rw-r--r--tests/phpunit/suite.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml
index 1acbc241..82086b9d 100644
--- a/tests/phpunit/suite.xml
+++ b/tests/phpunit/suite.xml
@@ -24,6 +24,10 @@ phpunit.php enables colors for other OSs at runtime
<testsuite name="languages">
<directory>languages</directory>
</testsuite>
+ <testsuite name="parsertests">
+ <file>includes/parser/MediaWikiParserTest.php</file>
+ <file>suites/ExtensionsParserTestSuite.php</file>
+ </testsuite>
<testsuite name="skins">
<directory>skins</directory>
</testsuite>