File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ MongoDB\Driver\Command tailable cursor iteration with maxAwaitTimeMS option
55<?php skip_if_not_replica_set (); ?>
66<?php skip_if_not_clean (); ?>
77<?php skip_if_server_version ('< ' , '3.2 ' ); ?>
8+ <?php skip_if_not_server_storage_engine ('wiredTiger ' ); ?>
89--FILE--
910<?php
1011require_once __DIR__ . "/../utils/basic.inc " ;
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ PHPC-1050: Command cursor should not invoke getMore at execution
55<?php skip_if_not_replica_set (); ?>
66<?php skip_if_not_clean (); ?>
77<?php skip_if_server_version ('< ' , '3.2 ' ); ?>
8+ <?php skip_if_not_server_storage_engine ('wiredTiger ' ); ?>
89--FILE--
910<?php
1011require_once __DIR__ . "/../utils/basic.inc " ;
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ PHPC-1050: Command cursor should not invoke getMore at execution (rewind omitted
55<?php skip_if_not_replica_set (); ?>
66<?php skip_if_not_clean (); ?>
77<?php skip_if_server_version ('< ' , '3.2 ' ); ?>
8+ <?php skip_if_not_server_storage_engine ('wiredTiger ' ); ?>
89--FILE--
910<?php
1011require_once __DIR__ . "/../utils/basic.inc " ;
You can’t perform that action at this time.
0 commit comments