From 2274011c5df6a159379b6973ddd7791425ff9350 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 22 Jan 2015 09:40:35 +0100 Subject: [PATCH] zendframework/zf2#7142 zendframework/zf2#7144 - adding `@group` annotation for newly introduced tests --- test/AbstractConfigFactoryTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/AbstractConfigFactoryTest.php b/test/AbstractConfigFactoryTest.php index af30851..397e9ee 100644 --- a/test/AbstractConfigFactoryTest.php +++ b/test/AbstractConfigFactoryTest.php @@ -139,7 +139,9 @@ public function testCreateService() /** * @depends testCreateService - * @return void + * + * @group 7142 + * @group 7144 */ public function testCreateServiceWithRequestedConfigKey() {