Skip to content

Commit 4b91e3e

Browse files
committed
Merge pull request #859
2 parents caa49d6 + ef06e62 commit 4b91e3e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/command/cursor-tailable-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1011
require_once __DIR__ . "/../utils/basic.inc";

tests/cursor/bug1050-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1011
require_once __DIR__ . "/../utils/basic.inc";

tests/cursor/bug1050-002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1011
require_once __DIR__ . "/../utils/basic.inc";

0 commit comments

Comments
 (0)