Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit e56e5e1

Browse files
committed
#78 #79 - adding @group annotations to the newly introduced test case
1 parent 55895a5 commit e56e5e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/AbstractPluginManagerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@ public function testPassingServiceInstanceViaConfigureShouldRaiseExceptionForInv
351351
]]);
352352
}
353353

354+
/**
355+
* @group 79
356+
* @group 78
357+
*/
354358
public function testAbstractFactoryGetsCreationContext()
355359
{
356360
$serviceManager = new ServiceManager();

0 commit comments

Comments
 (0)