From 475e3c86bc193c9792d1f4b6a0c374296671be53 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 29 Nov 2014 05:15:18 +0100 Subject: [PATCH] zendframework/zf2#6814 zendframework/zf2#6946 - adding missing `@group` annotations to newly introduced test cases --- test/ClassFileLocatorTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/ClassFileLocatorTest.php b/test/ClassFileLocatorTest.php index 5c38e00..5b8a13a 100644 --- a/test/ClassFileLocatorTest.php +++ b/test/ClassFileLocatorTest.php @@ -133,6 +133,10 @@ public function testIterationShouldFindMultipleClassesInMultipleNamespacesInSing $this->assertTrue($foundFourth); } + /** + * @group 6946 + * @group 6814 + */ public function testIterationShouldNotCountFQCNScalarResolutionConstantAsClass() { if (PHP_VERSION_ID < 50500) {