summaryrefslogtreecommitdiff
path: root/ext/intl/tests/timezone_createEnumeration_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/timezone_createEnumeration_error.phpt')
-rw-r--r--ext/intl/tests/timezone_createEnumeration_error.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/intl/tests/timezone_createEnumeration_error.phpt b/ext/intl/tests/timezone_createEnumeration_error.phpt
index e1e7cb9333..ea92e28d95 100644
--- a/ext/intl/tests/timezone_createEnumeration_error.phpt
+++ b/ext/intl/tests/timezone_createEnumeration_error.phpt
@@ -10,10 +10,7 @@ ini_set("intl.error_level", E_WARNING);
var_dump(IntlTimeZone::createEnumeration(array()));
var_dump(IntlTimeZone::createEnumeration(1, 2));
-
-
--EXPECTF--
-
Warning: IntlTimeZone::createEnumeration(): intltz_create_enumeration: invalid argument type in %s on line %d
bool(false)