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)
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

index 00eb366..0cae330 100644 (file)
@@ -1,9 +1,11 @@
 <?php
 
 /**
+ * Although marked as a stub, can work independently.
+ *
  * @group Database
  * @group Parser
- * @group Stub (can also work independently)
+ * @group Stub
  */
 class NewParserTest extends MediaWikiTestCase {