diff options
Diffstat (limited to 'ext')
-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');
|