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
  • Loading branch information
noopable authored and Ocramius committed Nov 22, 2014
1 parent f63debe commit 6e2059a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/ContainerTest.php
Expand Up @@ -342,6 +342,7 @@ public function testDetailedRecursiveIteration()
$iterator = new TestAsset\RecursiveIteratorIterator($nav, \RecursiveIteratorIterator::SELF_FIRST);
$iterator->logger = array();
$iterator->rewind();
//#4517 logging with walking through RecursiveIterator
while ($iterator->valid()) {
$iterator->current();
$iterator->next();
Expand Down
2 changes: 1 addition & 1 deletion test/TestAsset/RecursiveIteratorIterator.php
Expand Up @@ -15,7 +15,7 @@ class RecursiveIteratorIterator extends \RecursiveIteratorIterator
*
* @var \ArrayAccess|array
*/
public $logger;
public $logger = array();

public function beginIteration()
{
Expand Down

0 comments on commit 6e2059a

Please sign in to comment.