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 | 469b6d2b9ef4e88b6fa69aa5cf7e085d5c15b501 (patch) | |
| tree | 66abbb78782225bb2d4ca3c1af31bcc5de8db9b2 | |
| parent | 5d10bb6231aef1e51fd5ea1ffd440efbceb0ca50 (diff) | |
| download | php-git-469b6d2b9ef4e88b6fa69aa5cf7e085d5c15b501.tar.gz | |
adding an XFAIL, as we have an open bug for this test
| -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'); |
