Remove NewParserHelpers.php and use instead the original TestFileIterator from which...
authorPlatonides <platonides@users.mediawiki.org>
Sat, 26 Feb 2011 23:45:35 +0000 (23:45 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 26 Feb 2011 23:45:35 +0000 (23:45 +0000)
commite82b7e169c30aabaf4b71e026822f1c29790cca9
tree71ae998208728d276987a7bc7e35dd4691d25844
parent9f9487fd21f34b88a3a9742866a2e6b4e0539833
Remove NewParserHelpers.php and use instead the original TestFileIterator from which it was copied in r79411.
Remove the $this->parserTest checks as r79411 did. They are no longer needed. They were here since
TestFileIterator addition in r62006 back when this file was called parserTests.inc, before being renamed twice
without preserving history.
The wfDie(); wasn't intended to fall into trunk. It was marking a dead branch and got committed by error in r76149.
tests/phpunit/includes/parser/NewParserHelpers.php [deleted file]
tests/phpunit/includes/parser/NewParserTest.php
tests/testHelpers.inc