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

Commit

Permalink
zendframework/zendframework#6825 - adding missing @group annotation…
Browse files Browse the repository at this point in the history
…s for newly introduced tests
  • Loading branch information
Ocramius committed Nov 22, 2014
1 parent 287c4d9 commit c5d55c3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,11 @@ public function testRecursiveIteration()
}

/**
* @group 6825
* @group 4517
* @group 3211
*
* @see https://github.com/zendframework/zf2/issues/3211
* @link https://github.com/zendframework/zf2/issues/3211
*/
public function testHasChildrenCompatibility()
{
Expand Down Expand Up @@ -277,6 +280,11 @@ public function testHasChildrenCompatibility()
$this->assertFalse($page2->hasChildren(), "page2's first child doesn't have children");
}

/**
* @group 6825
* @group 4517
* @group 3211
*/
public function testDetailedRecursiveIteration()
{
$nav = new Navigation\Navigation(array(
Expand Down

0 comments on commit c5d55c3

Please sign in to comment.