Skip to content

Commit

Permalink
ResultSetTest now tests that the result is kept.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimegede committed Aug 25, 2014
1 parent 81e9e7d commit 188b888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/ORM/ResultSetTest.php
Expand Up @@ -65,6 +65,7 @@ public function testRewind() {
foreach ($results as $result) {
$second[] = $result;
}
$this->assertEquals($first, $second);
}

/**
Expand Down

0 comments on commit 188b888

Please sign in to comment.