http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89227

Revision: 89227
Author:   hashar
Date:     2011-05-31 20:35:35 +0000 (Tue, 31 May 2011)
Log Message:
-----------
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

Modified Paths:
--------------
    trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php

Modified: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php
===================================================================
--- trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php        
2011-05-31 20:30:12 UTC (rev 89226)
+++ trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php        
2011-05-31 20:35:35 UTC (rev 89227)
@@ -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 {
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to