NewParserTest.php can now work independently
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 31 May 2011 19:51:48 +0000 (19:51 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 31 May 2011 19:51:48 +0000 (19:51 +0000)
commitd24a26e713082d4d22518be3fe361c72224f103e
tree61601309fbcd034d921098bb1a4ea28ff86590fc
parent8dc1a86b0c187f2934dd824abac3bccd11a3905f
NewParserTest.php can now work independently

PHPUnit load class according to their order on the filesystem I guess.
On the cruisecontrol host, it first load NewParserTest.php and run
the test then load MediaWikiParserTest.php which run the tests too!

On my host the order is reversed, and NewParserTest.php is never run
for a reason I have not investigated.

Anyway, deleting the MediaWikiParserTest.php is harmless since it is
redundant with NewParserTest.php

(should fix cruise control)
tests/phpunit/includes/parser/MediaWikiParserTest.php [deleted file]