Skip to content

Commit 298488f

Browse files
committed
Disable test that dumps hex codes for generated BSON
There is an equivalent test in Hippo: tests/bson-serialize-002.phpt which tests the same, with the __pclass encoded last.
1 parent d783e00 commit 298488f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)