Skip to content

Commit 73ab90e

Browse files
derickrjmikola
authored andcommitted
Skip logging tests for HHVM, which will use its own method
1 parent 59b8ea0 commit 73ab90e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/manager/manager-debug-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager: Writing debug log files
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM uses HHVM's logging functionality"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE) ?>
56
--FILE--
67
<?php

tests/manager/manager-debug-002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager: mongodb.debug=stderr
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM uses HHVM's logging functionality"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE) ?>
56
--INI--
67
mongodb.debug=stderr

tests/manager/manager-debug-003.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager: mongodb.debug=stdout
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM uses HHVM's logging functionality"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE) ?>
56
--INI--
67
mongodb.debug=stdout

tests/manager/manager-executequery-without-assignment.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager: Executing Query without assignment still executes
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM uses HHVM's logging functionality"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE) ?>
56
--FILE--
67
<?php

0 commit comments

Comments
 (0)