From e56e5e19862735944ffc411d0b825e0c62724dcc Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 25 Jan 2016 00:21:41 +0100 Subject: [PATCH] #78 #79 - adding `@group` annotations to the newly introduced test case --- test/AbstractPluginManagerTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/AbstractPluginManagerTest.php b/test/AbstractPluginManagerTest.php index c144ac30..d48a38eb 100644 --- a/test/AbstractPluginManagerTest.php +++ b/test/AbstractPluginManagerTest.php @@ -351,6 +351,10 @@ public function testPassingServiceInstanceViaConfigureShouldRaiseExceptionForInv ]]); } + /** + * @group 79 + * @group 78 + */ public function testAbstractFactoryGetsCreationContext() { $serviceManager = new ServiceManager();