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.
2 parents f5d1084 + 1904f7e commit c841679Copy full SHA for c841679
tests/manager/manager-invalidnamespace.phpt
@@ -2,6 +2,7 @@
2
MongoDB\Driver\Manager: Invalid namespace
3
--SKIPIF--
4
<?php require __DIR__ . "/../utils/basic-skipif.inc"?>
5
+<?php NEEDS('STANDALONE'); ?>
6
--FILE--
7
<?php
8
require_once __DIR__ . "/../utils/basic.inc";
tests/standalone/bug0357.phpt
PHPC-357: The exception for "invalid namespace" does not list the broken name
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
0 commit comments