From: Platonides Date: Tue, 31 May 2011 20:30:12 +0000 (+0000) Subject: Revert r89223. MediaWikiParserTest is needed to run all the $wgParserTestFiles X-Git-Tag: 1.31.0-rc.0~29822 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=6c2654b7f8a2705c77ff9468e1bc18b87e47102d;p=lhc%2Fweb%2Fwiklou.git Revert r89223. MediaWikiParserTest is needed to run all the $wgParserTestFiles NewParserTest.php standalone running of the first $wgParserTestFiles item is just a convenience. --- 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; + } +}