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

Commit

Permalink
#78 #79 - adding @group annotations to the newly introduced test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 24, 2016
1 parent dc77eaa commit 2543eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/AbstractPluginManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ public function testPassingServiceInstanceViaConfigureShouldRaiseExceptionForInv
]]);
}

/**
* @group 79
* @group 78
*/
public function testAbstractFactoryGetsCreationContext()
{
$serviceManager = new ServiceManager();
Expand Down

0 comments on commit 2543eac

Please sign in to comment.