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

Commit

Permalink
Browse files Browse the repository at this point in the history
…dding missing `@group` annotations for newly introduced test cases
  • Loading branch information
Ocramius committed Dec 5, 2014
1 parent c6aa59b commit 1792754
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/PaginatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,11 @@ public function testGetCacheId()

$this->assertEquals($outputGetCacheId, 'Zend_Paginator_1_' . $outputGetCacheInternalId);
}


/**
* @group 6808
* @group 6809
*/
public function testItemCountsForEmptyItemSet()
{
$paginator = new Paginator\Paginator(new Adapter\ArrayAdapter(array()));
Expand Down

0 comments on commit 1792754

Please sign in to comment.