Skip to content

Commit bcbdcbf

Browse files
derickrjmikola
authored andcommitted
These tests are >= 3.6, as they use changeStreams
1 parent 55a9c8f commit bcbdcbf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/command/cursor-tailable-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MongoDB\Driver\Command tailable cursor iteration with maxAwaitTimeMS option
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_replica_set(); ?>
66
<?php skip_if_not_clean(); ?>
7-
<?php skip_if_server_version('<', '3.2'); ?>
7+
<?php skip_if_server_version('<', '3.6'); ?>
88
<?php skip_if_not_server_storage_engine('wiredTiger'); ?>
99
--FILE--
1010
<?php

tests/cursor/bug1050-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PHPC-1050: Command cursor should not invoke getMore at execution
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_replica_set(); ?>
66
<?php skip_if_not_clean(); ?>
7-
<?php skip_if_server_version('<', '3.2'); ?>
7+
<?php skip_if_server_version('<', '3.6'); ?>
88
<?php skip_if_not_server_storage_engine('wiredTiger'); ?>
99
--FILE--
1010
<?php

tests/cursor/bug1050-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PHPC-1050: Command cursor should not invoke getMore at execution (rewind omitted
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_replica_set(); ?>
66
<?php skip_if_not_clean(); ?>
7-
<?php skip_if_server_version('<', '3.2'); ?>
7+
<?php skip_if_server_version('<', '3.6'); ?>
88
<?php skip_if_not_server_storage_engine('wiredTiger'); ?>
99
--FILE--
1010
<?php

tests/server/server-executeQuery-006.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MongoDB\Driver\Server::executeQuery() takes a read preference (find command)
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_replica_set(); ?>
66
<?php skip_if_no_secondary(); ?>
7-
<?php skip_if_server_version('<', '3.2'); ?>
7+
<?php skip_if_server_version('<', '3.6'); ?>
88
<?php skip_if_not_clean(DATABASE_NAME, 'system.profile'); ?>
99
--FILE--
1010
<?php

0 commit comments

Comments
 (0)