summaryrefslogtreecommitdiff
path: root/ext/intl/tests/dateformat_setTimeZone_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/dateformat_setTimeZone_error.phpt')
-rw-r--r--ext/intl/tests/dateformat_setTimeZone_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/dateformat_setTimeZone_error.phpt b/ext/intl/tests/dateformat_setTimeZone_error.phpt
index 2426c4ccf4..72e78af5f3 100644
--- a/ext/intl/tests/dateformat_setTimeZone_error.phpt
+++ b/ext/intl/tests/dateformat_setTimeZone_error.phpt
@@ -19,8 +19,8 @@ var_dump($df->setTimeZone('non existing timezone'));
--EXPECTF--
Warning: Array to string conversion in %s on line %d
-Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'Array' in %s on line %d
+Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'Array' in %s on line %d
bool(false)
-Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'non existing timezone' in %s on line %d
+Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'non existing timezone' in %s on line %d
bool(false)