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

Commit

Permalink
[zendframework/zendframework#2250] Incorporate feedbac
Browse files Browse the repository at this point in the history
- Remove initial underscore
  • Loading branch information
weierophinney committed Aug 28, 2012
1 parent 2d6646c commit 614d6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Adapter/IteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ public function testThrowsExceptionIfNotCountable()
*/
public function testDoesNotThrowOutOfBoundsExceptionIfIteratorIsEmpty()
{
$this->_paginator = new Paginator(new Adapter\Iterator(new \ArrayIterator(array())));
$items = $this->_paginator->getCurrentItems();
$this->paginator = new Paginator(new Adapter\Iterator(new \ArrayIterator(array())));
$items = $this->paginator->getCurrentItems();

foreach ($items as $item);
}
Expand Down

0 comments on commit 614d6d5

Please sign in to comment.