Skip to content

Commit

Permalink
zendframework#7142 zendframework#7144 - adding @group annotation fo…
Browse files Browse the repository at this point in the history
…r newly introduced tests
  • Loading branch information
Ocramius authored and TomHAnderson committed Feb 24, 2015
1 parent 3f807b3 commit 29cff4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ZendTest/Config/AbstractConfigFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ public function testCreateService()

/**
* @depends testCreateService
* @return void
*
* @group 7142
* @group 7144
*/
public function testCreateServiceWithRequestedConfigKey()
{
Expand Down

0 comments on commit 29cff4d

Please sign in to comment.