diff options
author | Antony Dovgal <tony2001@php.net> | 2008-07-24 07:32:28 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-07-24 07:32:28 +0000 |
commit | 15cb10c7e324d08bcf8af42e6f23dd6a14f01a54 (patch) | |
tree | f20fe1f507dc66c0159d91369a388e94f9224adc | |
parent | a1ce847cd5e106f20ac85e65ec499c33e4a7bf0a (diff) | |
download | php-git-15cb10c7e324d08bcf8af42e6f23dd6a14f01a54.tar.gz |
fix test
-rw-r--r-- | ext/date/tests/bug43452.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug43452.phpt b/ext/date/tests/bug43452.phpt index 8d312c4628..25b4f0161a 100644 --- a/ext/date/tests/bug43452.phpt +++ b/ext/date/tests/bug43452.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #43452 ("weekday" is not equivalent to "1 weekday" of the current weekday is "weekday") --INI-- -date.default_timezone=Europe/Oslo +date.timezone=Europe/Oslo --FILE-- <?php // <day> is equivalent to 1 <day> and will *not* forward if the current day |