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 | 2ea7c05d7541bd25878da85e433232c208d5d372 (patch) | |
| tree | 0c73352abb600981ac7bc0e591686350e9ee80cd | |
| parent | 85de397a23237d857c654951f46bb4d59680cd50 (diff) | |
| download | php-git-2ea7c05d7541bd25878da85e433232c208d5d372.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'); |
