From: Antoine Musso Date: Tue, 31 May 2011 20:35:35 +0000 (+0000) Subject: really add NewParserTest to the Stub group X-Git-Tag: 1.31.0-rc.0~29821 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=dacec03bdeccacaeb8acbe8be17315df1a6bc77b;p=lhc%2Fweb%2Fwiklou.git 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 --- diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index 00eb36617b..0cae3308dd 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -1,9 +1,11 @@