diff options
author | Antony Dovgal <tony2001@php.net> | 2008-07-24 07:32:21 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-07-24 07:32:21 +0000 |
commit | e6ae49ca17d562e1a997debc18fbbe0028916499 (patch) | |
tree | fef1b66ffb8456c39c4c6990e83d28beb7bfc62d /ext/date | |
parent | b1306465dec76856692c51f7b07fcafb1ac727a6 (diff) | |
download | php-git-e6ae49ca17d562e1a997debc18fbbe0028916499.tar.gz |
fix test
Diffstat (limited to 'ext/date')
-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 |