From c5d55c39e18919b55df82da3b4d5a9968e55ccc1 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 22 Nov 2014 09:10:40 +0100 Subject: [PATCH] zendframework/zf2#6825 - adding missing `@group` annotations for newly introduced tests --- test/ContainerTest.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/ContainerTest.php b/test/ContainerTest.php index ce5a6a1..bbdb3c9 100644 --- a/test/ContainerTest.php +++ b/test/ContainerTest.php @@ -224,8 +224,11 @@ public function testRecursiveIteration() } /** + * @group 6825 + * @group 4517 + * @group 3211 * - * @see https://github.com/zendframework/zf2/issues/3211 + * @link https://github.com/zendframework/zf2/issues/3211 */ public function testHasChildrenCompatibility() { @@ -277,6 +280,11 @@ public function testHasChildrenCompatibility() $this->assertFalse($page2->hasChildren(), "page2's first child doesn't have children"); } + /** + * @group 6825 + * @group 4517 + * @group 3211 + */ public function testDetailedRecursiveIteration() { $nav = new Navigation\Navigation(array(