diff options
author | Anatoliy Belsky <ab@php.net> | 2012-10-10 11:01:07 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-10-10 11:01:07 +0200 |
commit | 674ccefc2d74c1ca145ca713cce7da92c1b591ed (patch) | |
tree | 36d1b5ea749b1d6db89f8f10f8bc5435282ba0e9 | |
parent | 69a4301f6c235fb4535bdd31a9de5f730f07574d (diff) | |
download | php-git-674ccefc2d74c1ca145ca713cce7da92c1b591ed.tar.gz |
Fix warnings preventing this test from passing
-rw-r--r-- | ext/date/tests/bug62896.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug62896.phpt b/ext/date/tests/bug62896.phpt index 7584546b5a..ccdcfb029c 100644 --- a/ext/date/tests/bug62896.phpt +++ b/ext/date/tests/bug62896.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #62896 Unixtimestamp may take on local times DST flag (this test will only be valid during CEST) +--INI-- +date.timezone=Europe/Berlin --FILE-- <?php $tz = new DateTimeZone('Europe/Berlin'); |