1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

adding an XFAIL, as we have an open bug for this test

This commit is contained in:
Ferenc Kovacs
2011-05-16 23:39:16 +00:00
parent 66d5eb12a9
commit 85de397a23
+3 -1
View File
@@ -1,5 +1,7 @@
--TEST--
Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format)
--XFAIL--
Bug #51994 isn't fixed yet
--FILE--
<?php
$trans_date = '10153'; // 152nd day of year 2010 -> 03.06.2010
@@ -35,4 +37,4 @@ array(12) {
}
["is_localtime"]=>
bool(false)
}
}