summaryrefslogtreecommitdiff
path: root/ext/intl/tests/calendar_toDateTime_error.phpt
diff options
context:
space:
mode:
authorAaron Piotrowski <aaron@trowski.com>2015-05-17 17:31:43 -0500
committerAaron Piotrowski <aaron@trowski.com>2015-05-17 17:31:43 -0500
commite97d5fab35af5c73b0d9614bb2d079c67bf4d508 (patch)
tree068efc00d08018aff1c74900270465333bc2d1b1 /ext/intl/tests/calendar_toDateTime_error.phpt
parent7e18df82a3b109bbe83318efa170a804c8121669 (diff)
downloadphp-git-e97d5fab35af5c73b0d9614bb2d079c67bf4d508.tar.gz
Update exception names in tests after formatting changes.
Diffstat (limited to 'ext/intl/tests/calendar_toDateTime_error.phpt')
-rw-r--r--ext/intl/tests/calendar_toDateTime_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/calendar_toDateTime_error.phpt b/ext/intl/tests/calendar_toDateTime_error.phpt
index a4b7bc3807..3d3ada22b9 100644
--- a/ext/intl/tests/calendar_toDateTime_error.phpt
+++ b/ext/intl/tests/calendar_toDateTime_error.phpt
@@ -38,7 +38,7 @@ bool(false)
Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception in %s on line %d
string(77) "exception: DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
-Fatal error: Uncaught TypeException: Argument 1 passed to intlcal_to_date_time() must be an instance of IntlCalendar, integer given in %s:%d
+Fatal error: Uncaught TypeError: Argument 1 passed to intlcal_to_date_time() must be an instance of IntlCalendar, integer given in %s:%d
Stack trace:
#0 %s(%d): intlcal_to_date_time(3)
#1 {main}