From 6c2654b7f8a2705c77ff9468e1bc18b87e47102d Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 31 May 2011 20:30:12 +0000 Subject: [PATCH] Revert r89223. MediaWikiParserTest is needed to run all the $wgParserTestFiles NewParserTest.php standalone running of the first $wgParserTestFiles item is just a convenience. --- .../includes/parser/MediaWikiParserTest.php | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/phpunit/includes/parser/MediaWikiParserTest.php diff --git a/tests/phpunit/includes/parser/MediaWikiParserTest.php b/tests/phpunit/includes/parser/MediaWikiParserTest.php new file mode 100644 index 0000000000..8d6230d188 --- /dev/null +++ b/tests/phpunit/includes/parser/MediaWikiParserTest.php @@ -0,0 +1,35 @@ +addTestSuite( new ReflectionClass ( $parserTester ) ); + } + + + return $suite; + } +} -- 2.20.1