really add NewParserTest to the Stub group
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 31 May 2011 20:35:35 +0000 (20:35 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 31 May 2011 20:35:35 +0000 (20:35 +0000)
commitdacec03bdeccacaeb8acbe8be17315df1a6bc77b
tree96f3f491a350b8c2e343a12ea4c68b84e1bddc14
parent6c2654b7f8a2705c77ff9468e1bc18b87e47102d
really add NewParserTest to the Stub group

PHPUnit 5.3.13 does not like having comments after the '@group name' command.
This class was not part of the Stub group and run despite the exclusion of
the Stub group in our suite.xml

Properly fix issue described in r89223 and complete r89226
tests/phpunit/includes/parser/NewParserTest.php