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 e0a6313 commit 9a00d4eCopy full SHA for 9a00d4e
tests/src/Iterators/RotationTest.php
@@ -28,6 +28,7 @@ public function testRotation($input, $expected) {
28
29
$rotation->rewind();
30
$this->assertSame($input['dataset'], $rotation->current());
31
+ $this->assertEquals(count($input['dataset']), $rotation->count());
32
}
33
34
/**
0 commit comments