Skip to content

Commit a2638ae

Browse files
committed
Merge branch 'v1.4'
2 parents 3af46fc + c841679 commit a2638ae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/manager/manager-invalidnamespace.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--TEST--
22
MongoDB\Driver\Manager: Invalid namespace
3+
--SKIPIF--
4+
<?php require __DIR__ . "/../utils/basic-skipif.inc"?>
5+
<?php NEEDS('STANDALONE'); ?>
36
--FILE--
47
<?php
58

tests/standalone/bug0357.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--TEST--
22
PHPC-357: The exception for "invalid namespace" does not list the broken name
3+
--SKIPIF--
4+
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
5+
<?php NEEDS('STANDALONE'); ?>
36
--FILE--
47
<?php
58
require_once __DIR__ . "/../utils/basic.inc";

0 commit comments

Comments
 (0)