diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-09 14:04:47 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-09 14:04:47 +0200 |
commit | 50185814104f172f0008055237128e0b2ef8b67a (patch) | |
tree | ef9b51b10017517c883ceef69240b24f1a8c7a06 /ext/date | |
parent | 14d231bd1698663b2445b44a39ebd6ebb57d822f (diff) | |
download | php-git-50185814104f172f0008055237128e0b2ef8b67a.tar.gz |
XFAIL test broken by timelib update
I was expecting this to get fixed quickly, but it didn't.
XFAIL for now.
Diffstat (limited to 'ext/date')
-rw-r--r-- | ext/date/tests/bug48097.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug48097.phpt b/ext/date/tests/bug48097.phpt index 41ade81247..dbc1b57fd0 100644 --- a/ext/date/tests/bug48097.phpt +++ b/ext/date/tests/bug48097.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #48097 (date_timezone_set function produces wrong datetime result) +--XFAIL-- +Broken by timelib update --INI-- date.timezone=UTC --FILE-- |