Skip to content

Commit

Permalink
doctrine#1277 DDC-3346 DDC-3531 - enforcing 0 offset to avoid persi…
Browse files Browse the repository at this point in the history
…sting more than 1 row
  • Loading branch information
Ocramius committed Jan 24, 2015
1 parent 186c593 commit dff3653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3346Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function testFindWithEagerFetchAndOffsetWillNotHydrateLimitedCollection()
array('username' => 'bwoogy'),
null,
null,
1
0 // using an explicitly defined offset
);

$this->assertCount(1, $authors);
Expand Down

0 comments on commit dff3653

Please sign in to comment.