Skip to content

Commit 53dec68

Browse files
committed
Disable test for HHVM, as we don't have logging for this
1 parent 4509d0f commit 53dec68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/manager/manager-ctor-003.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager::__construct() URI defaults to "mongodb://127.0.0.1/"
3+
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM uses HHVM's logging functionality, and hence can't catch this"); ?>
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)