From dacec03bdeccacaeb8acbe8be17315df1a6bc77b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 31 May 2011 20:35:35 +0000 Subject: [PATCH] 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@