Skip to content

Commit 4509d0f

Browse files
committed
Skip this test on HHVM, as the timezone is 'UTC' there
1 parent c2fe3b2 commit 4509d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bson/bug0631.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
PHPC-631: UTCDateTime::toDateTime() may return object that cannot be serialized
3+
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM uses 'UTC' instead of '+00:00'"); ?>
35
--INI--
46
date.timezone=UTC
57
--FILE--

0 commit comments

Comments
 (0)