summaryrefslogtreecommitdiff
path: root/tests/phpunit/suites/ExtensionsParserTestSuite.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/suites/ExtensionsParserTestSuite.php')
-rw-r--r--tests/phpunit/suites/ExtensionsParserTestSuite.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/phpunit/suites/ExtensionsParserTestSuite.php b/tests/phpunit/suites/ExtensionsParserTestSuite.php
deleted file mode 100644
index 3d68b241..00000000
--- a/tests/phpunit/suites/ExtensionsParserTestSuite.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-class ExtensionsParserTestSuite extends PHPUnit_Framework_TestSuite {
-
- public static function suite() {
- return MediaWikiParserTest::suite( MediaWikiParserTest::NO_CORE );
- }
-
-}