summaryrefslogtreecommitdiff
path: root/ext/intl/tests/breakiter_factories_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/breakiter_factories_error.phpt')
-rw-r--r--ext/intl/tests/breakiter_factories_error.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/intl/tests/breakiter_factories_error.phpt b/ext/intl/tests/breakiter_factories_error.phpt
index 2fd48f6650..4f3a912a15 100644
--- a/ext/intl/tests/breakiter_factories_error.phpt
+++ b/ext/intl/tests/breakiter_factories_error.phpt
@@ -13,10 +13,7 @@ var_dump(IntlBreakIterator::createSentenceInstance(NULL, 2));
var_dump(IntlBreakIterator::createCharacterInstance(NULL, 2));
var_dump(IntlBreakIterator::createTitleInstance(NULL, 2));
var_dump(IntlBreakIterator::createLineInstance(NULL, 2));
-
-
--EXPECTF--
-
Warning: IntlBreakIterator::createWordInstance() expects parameter 1 to be string, array given in %s on line %d
Warning: IntlBreakIterator::createWordInstance(): breakiter_create_word_instance: bad arguments in %s on line %d