Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 70fce44

Browse files
committed
Merged pull request #660
2 parents 14e2830 + 49b5346 commit 70fce44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/generic/mongocommandcursor-dead.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $c = new MongoCommandCursor(
2626
'cursor' => array( 'batchSize' => 2 )
2727
)
2828
);
29+
$c->batchSize(2);
2930

3031
$c->rewind();
3132
while ($c->valid()) {

0 commit comments

Comments
 (0)