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 9d78b52 commit 3bb0c8bCopy full SHA for 3bb0c8b
tests/standalone/bug0159.phpt
@@ -8,7 +8,9 @@ require_once "tests/utils/basic.inc";
8
9
$uri = parse_url(STANDALONE);
10
$manager = new MongoDB\Driver\Manager("mongodb:///tmp/mongodb-27018.sock,{$uri["host"]}:{$uri["port"]}");
11
-$manager->executeQuery("foo.bar", new MongoDB\Driver\Query([]));
+try {
12
+ $manager->executeQuery("foo.bar", new MongoDB\Driver\Query([]));
13
+} catch(Exception $e) {}
14
15
?>
16
===DONE===
0 commit comments