diff options
author | Ferenc Kovacs <tyrael@php.net> | 2011-05-16 23:43:12 +0000 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2011-05-16 23:43:12 +0000 |
commit | be6170c30d6c476c452935457b6c66ca878e147a (patch) | |
tree | 9e2b085ffc073364cff7d2111133d460dba18b0b /ext | |
parent | 0016dffc7b39032e149f3286ca5cc2f0d7180c94 (diff) | |
download | php-git-be6170c30d6c476c452935457b6c66ca878e147a.tar.gz |
adding an XFAIL, as we have an open bug for this test
Diffstat (limited to 'ext')
-rw-r--r-- | ext/date/tests/bug51819.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug51819.phpt b/ext/date/tests/bug51819.phpt index 1ee7c324f6..bef8b76271 100644 --- a/ext/date/tests/bug51819.phpt +++ b/ext/date/tests/bug51819.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) +--XFAIL-- +Bug #51819 isn't fixed yet --FILE-- <?php date_default_timezone_set('UTC'); |