Skip to content

Commit b3a669b

Browse files
committed
Make test independent of icu version
We don't really care about the actual output here, just that it doesn't fail.
1 parent 433758c commit b3a669b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/intl/tests/dateformat_bug65683_2.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ $date_imm = date_create_immutable('1970-01-01');
77
var_dump(datefmt_format_object($date, null, 'fr_FR'));
88
var_dump(datefmt_format_object($date_imm, null, 'fr_FR'));
99
?>
10-
--EXPECT--
11-
string(24) "1 janv. 1970 à 00:00:00"
12-
string(24) "1 janv. 1970 à 00:00:00"
10+
--EXPECTF--
11+
string(%d) "%s"
12+
string(%d) "%s"

0 commit comments

Comments
 (0)