summaryrefslogtreecommitdiff
path: root/ext/intl/tests/msgfmt_format_mixed_params.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/msgfmt_format_mixed_params.phpt')
-rw-r--r--ext/intl/tests/msgfmt_format_mixed_params.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/intl/tests/msgfmt_format_mixed_params.phpt b/ext/intl/tests/msgfmt_format_mixed_params.phpt
index 36ccf0b147..a9e403a799 100644
--- a/ext/intl/tests/msgfmt_format_mixed_params.phpt
+++ b/ext/intl/tests/msgfmt_format_mixed_params.phpt
@@ -16,8 +16,6 @@ var_dump($mf->format(array(2.3, "foo" => 1.3)));
var_dump($mf->format(array("foo" => 1.3, 0 => 2.3)));
?>
-==DONE==
--EXPECT--
string(10) "2.3 -- 1st"
string(10) "2.3 -- 1st"
-==DONE==