Skip to content

Commit 0be4d3a

Browse files
committed
Merged pull request #95
2 parents d783e00 + 485b486 commit 0be4d3a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/bson/bson-encode-004.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
BSON encoding: Object Document Mapper
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/cursor/cursor-get_iterator-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\Cursor get_iterator handler does not yield multiple iterators (IteratorIterator)
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM cannot detect the *wrapping* of a Cursor"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE) ?>
56
--FILE--
67
<?php

0 commit comments

Comments
 (0)