Skip to content

Commit dadf1e6

Browse files
committed
Merge pull request #813
2 parents 0cb33f6 + 3f9f7e0 commit dadf1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manager/manager-executeWriteCommand_error-003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB\Driver\Manager::executeWriteCommand() throws CommandException for unsupported update operator
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
5-
<?php NEEDS('STANDALONE'); ?>
5+
<?php NEEDS('STANDALONE'); NEEDS_ATLEAST_MONGODB_VERSION(STANDALONE, "3.4"); ?>
66
--FILE--
77
<?php
88
require_once __DIR__ . "/../utils/basic.inc";

0 commit comments

Comments
 (0)