#1277 DDC-3346 DDC-3531 - enforcing 0
offset to avoid persisting more than 1 row
This commit is contained in:
parent
186c593058
commit
dff365318d
@ -49,7 +49,7 @@ class DDC3346Test extends \Doctrine\Tests\OrmFunctionalTestCase
|
|||||||
array('username' => 'bwoogy'),
|
array('username' => 'bwoogy'),
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
1
|
0 // using an explicitly defined offset
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->assertCount(1, $authors);
|
$this->assertCount(1, $authors);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user