Skip to content

Commit 9a00d4e

Browse files
Pol DellaieraPol Dellaiera
Pol Dellaiera
authored and
Pol Dellaiera
committed
#5: Add tests.
1 parent e0a6313 commit 9a00d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/Iterators/RotationTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function testRotation($input, $expected) {
2828

2929
$rotation->rewind();
3030
$this->assertSame($input['dataset'], $rotation->current());
31+
$this->assertEquals(count($input['dataset']), $rotation->count());
3132
}
3233

3334
/**

0 commit comments

Comments
 (0)