Skip to content

Commit

Permalink
Make test independent of icu version
Browse files Browse the repository at this point in the history
We don't really care about the actual output here, just that it
doesn't fail.
  • Loading branch information
nikic committed Mar 18, 2019
1 parent 433758c commit b3a669b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/intl/tests/dateformat_bug65683_2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ $date_imm = date_create_immutable('1970-01-01');
var_dump(datefmt_format_object($date, null, 'fr_FR'));
var_dump(datefmt_format_object($date_imm, null, 'fr_FR'));
?>
--EXPECT--
string(24) "1 janv. 1970 à 00:00:00"
string(24) "1 janv. 1970 à 00:00:00"
--EXPECTF--
string(%d) "%s"
string(%d) "%s"

0 comments on commit b3a669b

Please sign in to comment.