Skip to content

Commit 7050007

Browse files
committed
Note MONGOC_CMD_RAW in executeCommand() option tests
This serves as a reminder that executeCommand() is the execution method for raw commands.
1 parent bf10881 commit 7050007

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/manager/manager-executeCommand-004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Driver\Manager::executeCommand() options
2+
MongoDB\Driver\Manager::executeCommand() options (MONGOC_CMD_RAW)
33
--SKIPIF--
44
<?php if (getenv("TRAVIS")) exit("skip This currently tails on Travis because it doesn't run 3.6 yet"); ?>
55
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>

tests/manager/manager-executeCommand_error-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Driver\Manager::executeCommand(): wrong options and values
2+
MongoDB\Driver\Manager::executeCommand(): wrong options and values (MONGOC_CMD_RAW)
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php NEEDS('REPLICASET'); CLEANUP(REPLICASET); ?>

tests/server/server-executeCommand_error-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Driver\Server::executeCommand(): wrong options and values
2+
MongoDB\Driver\Server::executeCommand(): wrong options and values (MONGOC_CMD_RAW)
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php NEEDS('REPLICASET'); CLEANUP(REPLICASET); ?>

0 commit comments

Comments
 (0)