summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-06-10 18:31:18 +0200
committerAnatol Belski <ab@php.net>2013-06-10 18:31:18 +0200
commit760c85a70a99ae83c8910af9d5a85a0c696bd40e (patch)
tree7fb74f3727473e870b239676e8752e13a4b5cbb2
parent02f39220470d82066965b7d4657cadf40ac3dd6f (diff)
downloadphp-git-760c85a70a99ae83c8910af9d5a85a0c696bd40e.tar.gz
fixed the test
-rw-r--r--ext/date/tests/bug53437_var4.phpt2
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');