Skip to content

Commit 6394843

Browse files
committed
PHPC-1470: Remove unnecessary timezone settings in tests
1 parent 100a4f0 commit 6394843

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

tests/bson/bson-fromPHP-002.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
MongoDB\BSON\fromPHP(): Encoding non-Persistable objects as a document
3-
--INI--
4-
date.timezone=America/Los_Angeles
53
--FILE--
64
<?php
75

tests/bson/bson-fromPHP-003.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
MongoDB\BSON\fromPHP(): Encoding non-Persistable objects as a document field value
3-
--INI--
4-
date.timezone=America/Los_Angeles
53
--FILE--
64
<?php
75

tests/bson/bson-fromPHP_error-003.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
MongoDB\BSON\fromPHP(): Encoding non-Serializable Type objects as a root element
3-
--INI--
4-
date.timezone=America/Los_Angeles
53
--FILE--
64
<?php
75

tests/bson/bson-utcdatetime-001.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
MongoDB\BSON\UTCDateTime #001
3-
--INI--
4-
date.timezone=America/Los_Angeles
53
--SKIPIF--
64
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
75
<?php skip_if_not_live(); ?>

tests/bson/bson-utcdatetime-tostring-001.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
MongoDB\BSON\UTCDateTime::__toString()
3-
--INI--
4-
date.timezone=America/Los_Angeles
53
--FILE--
64
<?php
75

0 commit comments

Comments
 (0)