We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe74ff3 commit 811967eCopy full SHA for 811967e
src/Symfony/Component/Finder/Tests/Iterator/LazyIteratorTest.php
@@ -31,7 +31,7 @@ public function testDelegate()
31
return new Iterator(['foo', 'bar']);
32
});
33
34
- $this->assertCount(2, $iterator);
+ $this->assertCount(2, iterator_to_array($iterator));
35
}
36
37
public function testInnerDestructedAtTheEnd()
0 commit comments