Skip to content

Commit 02018f1

Browse files
committed
Require server 3.4+ for commands that take a write concern
1 parent 741ada8 commit 02018f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/manager/bug1163-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PHPC-1163: Unacknowledged write concern should omit implicit session
44
<?php if (PHP_INT_SIZE !== 8) { die("skip Can't represent 64-bit ints on a 32-bit platform"); } ?>
55
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
66
<?php skip_if_not_live(); ?>
7+
<?php skip_if_server_version('<', '3.4'); ?>
78
<?php skip_if_not_clean(); ?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)