We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a464e4e commit 343f6e2Copy full SHA for 343f6e2
tests/command/cursor-tailable-001.phpt
@@ -1,5 +1,5 @@
1
--TEST--
2
-MongoDB\Driver\Cursor tailable iteration with awaitData and maxAwaitTimeMS options
+MongoDB\Driver\Command tailable cursor iteration with maxAwaitTimeMS option
3
--SKIPIF--
4
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
5
<?php NEEDS('REPLICASET'); CLEANUP(REPLICASET); ?>
@@ -27,8 +27,6 @@ $command = new MongoDB\Driver\Command([
27
'pipeline' => $pipeline,
28
'cursor' => ['batchSize' => 0],
29
], [
30
- 'tailable' => true,
31
- 'awaitData' => true,
32
'maxAwaitTimeMS' => 100,
33
]);
34
0 commit comments