diff options
author | Anatol Belski <ab@php.net> | 2013-06-10 18:31:18 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-06-10 18:31:18 +0200 |
commit | 760c85a70a99ae83c8910af9d5a85a0c696bd40e (patch) | |
tree | 7fb74f3727473e870b239676e8752e13a4b5cbb2 | |
parent | 02f39220470d82066965b7d4657cadf40ac3dd6f (diff) | |
download | php-git-760c85a70a99ae83c8910af9d5a85a0c696bd40e.tar.gz |
fixed the test
-rw-r--r-- | ext/date/tests/bug53437_var4.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug53437_var4.phpt b/ext/date/tests/bug53437_var4.phpt index 03b0a54c3e..91dee52541 100644 --- a/ext/date/tests/bug53437_var4.phpt +++ b/ext/date/tests/bug53437_var4.phpt @@ -1,5 +1,7 @@ --TEST--
Bug #53437 (Check that var_dump out is the same using the whole object or it's single properties), variation 4
+--INI--
+date.timezone = Europe/Berlin
--FILE--
<?php
$dt = new DateTime('2009-10-11');
|