Skip to content

Commit

Permalink
#5: Add tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Dellaiera authored and Pol Dellaiera committed Apr 1, 2017
1 parent e0a6313 commit 9a00d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/Iterators/RotationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function testRotation($input, $expected) {

$rotation->rewind();
$this->assertSame($input['dataset'], $rotation->current());
$this->assertEquals(count($input['dataset']), $rotation->count());
}

/**
Expand Down

0 comments on commit 9a00d4e

Please sign in to comment.