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 c286209 commit c4e57d2Copy full SHA for c4e57d2
tests/bson/bson-ods-002.phpt
@@ -127,7 +127,7 @@ class Person implements BSON\Persistable {
127
}
128
129
130
-$m = new MongoDB\Driver\Manager("mongodb://localhost");
+$m = new MongoDB\Driver\Manager(STANDALONE);
131
132
try {
133
/* Drop the collection between runs */
tests/standalone/bug0166.phpt
@@ -17,7 +17,7 @@ try {
17
var_dump(false);
18
19
20
-$manager = new MongoDB\Driver\Manager("mongodb://localhost");
+$manager = new MongoDB\Driver\Manager(STANDALONE);
21
throws(function() use ($manager) {
22
serialize($manager);
23
}, "Exception");
0 commit comments