File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MongoDB\Driver\Command tailable cursor iteration with maxAwaitTimeMS option
4
4
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5
5
<?php skip_if_not_replica_set (); ?>
6
6
<?php skip_if_not_clean (); ?>
7
- <?php skip_if_server_version ('< ' , '3.2 ' ); ?>
7
+ <?php skip_if_server_version ('< ' , '3.6 ' ); ?>
8
8
<?php skip_if_not_server_storage_engine ('wiredTiger ' ); ?>
9
9
--FILE--
10
10
<?php
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PHPC-1050: Command cursor should not invoke getMore at execution
4
4
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5
5
<?php skip_if_not_replica_set (); ?>
6
6
<?php skip_if_not_clean (); ?>
7
- <?php skip_if_server_version ('< ' , '3.2 ' ); ?>
7
+ <?php skip_if_server_version ('< ' , '3.6 ' ); ?>
8
8
<?php skip_if_not_server_storage_engine ('wiredTiger ' ); ?>
9
9
--FILE--
10
10
<?php
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PHPC-1050: Command cursor should not invoke getMore at execution (rewind omitted
4
4
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5
5
<?php skip_if_not_replica_set (); ?>
6
6
<?php skip_if_not_clean (); ?>
7
- <?php skip_if_server_version ('< ' , '3.2 ' ); ?>
7
+ <?php skip_if_server_version ('< ' , '3.6 ' ); ?>
8
8
<?php skip_if_not_server_storage_engine ('wiredTiger ' ); ?>
9
9
--FILE--
10
10
<?php
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MongoDB\Driver\Server::executeQuery() takes a read preference (find command)
4
4
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5
5
<?php skip_if_not_replica_set (); ?>
6
6
<?php skip_if_no_secondary (); ?>
7
- <?php skip_if_server_version ('< ' , '3.2 ' ); ?>
7
+ <?php skip_if_server_version ('< ' , '3.6 ' ); ?>
8
8
<?php skip_if_not_clean (DATABASE_NAME , 'system.profile ' ); ?>
9
9
--FILE--
10
10
<?php
You can’t perform that action at this time.
0 commit comments