Skip to content

Commit 81553f0

Browse files
committed
Merged pull request #91
2 parents 23d98a8 + da2dda2 commit 81553f0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/bson/bson-encode-003.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
BSON encoding: Encoding objects into BSON representation
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM encodes __pclass last"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"?>
56
--FILE--
67
<?php

tests/bson/bson-toPHP-002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
BSON\fromPHP(): Null type map values imply default behavior
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM encodes __pclass last"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"?>
56
--FILE--
67
<?php

tests/functional/phpinfo-1.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
phpinfo()
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM does not do phpinfo() this way"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
56
--FILE--
67
<?php

tests/functional/phpinfo-2.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ phpinfo()
33
--INI--
44
mongodb.debug=stderr
55
--SKIPIF--
6+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM does not do phpinfo() this way"); ?>
67
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
78
--FILE--
89
<?php

0 commit comments

Comments
 (0)