We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ee50d commit 042c56bCopy full SHA for 042c56b
tests/replicaset/writeresult-getserver-002.phpt
@@ -47,10 +47,6 @@ foreach($result as $document) {
47
$cmd = new MongoDB\Driver\Command(array("drop" => "examples"));
48
$server3->executeCommand("local", $cmd);
49
50
-throws(function() use ($server3, $bulk) {
51
- $result = $server3->executeBulkWrite(NS, $bulk);
52
-}, "MongoDB\\Driver\\Exception\\RuntimeException");
53
-
54
?>
55
===DONE===
56
<?php exit(0); ?>
@@ -93,5 +89,4 @@ object(stdClass)#%d (2) {
93
89
["example"]=>
94
90
string(8) "document"
95
91
}
96
-OK: Got MongoDB\Driver\Exception\RuntimeException
97
92
0 commit comments