Skip to content

Commit 0fa2246

Browse files
committed
Merged pull request #395
2 parents d3f1595 + 04e1030 commit 0fa2246

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

tests/bson/bson-utcdatetime-005.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
MongoDB\BSON\UTCDateTime construction from DateTime
3+
--INI--
4+
date.timezone=UTC
35
--FILE--
46
<?php
57

tests/bson/bson-utcdatetime-006.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
MongoDB\BSON\UTCDateTime construction from DateTimeImmutable
33
--SKIPIF--
44
<?php if (!version_compare(phpversion(), "5.5", '>=')) echo "skip >= PHP 5.5 needed\n"; ?>
5+
--INI--
6+
date.timezone=UTC
57
--FILE--
68
<?php
79

tests/bson/bson-utcdatetime-todatetime-002.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
MongoDB\BSON\UTCDateTime::toDateTime() dumping seconds and microseconds
3+
--INI--
4+
date.timezone=UTC
35
--FILE--
46
<?php
57

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+
--INI--
4+
date.timezone=UTC
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)