diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-03-30 21:48:54 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-03-30 21:48:54 +0300 |
commit | 2afca9f179fca2e127d5da3e1cc6cf50ff47339c (patch) | |
tree | 65cf6dde6a21be59f95e3bc4bab9b1afa43f582a | |
parent | 1018f462d8bb0a12b238d9d11c141038beaf2a6c (diff) | |
download | php-git-2afca9f179fca2e127d5da3e1cc6cf50ff47339c.tar.gz |
Fixed test
-rw-r--r-- | ext/intl/tests/dateformat_calendars.phpt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/intl/tests/dateformat_calendars.phpt b/ext/intl/tests/dateformat_calendars.phpt index 7de6356455..13dde0f370 100644 --- a/ext/intl/tests/dateformat_calendars.phpt +++ b/ext/intl/tests/dateformat_calendars.phpt @@ -41,5 +41,8 @@ string(44) "Sunday, January 1, 2012 5:12:00 AM GMT+05:12" string(44) "Sunday, January 1, 2012 5:12:00 AM GMT+05:12" string(42) "Sunday, Tevet 6, 5772 5:12:00 AM GMT+05:12" -Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %s on line %d -==DONE== +Fatal error: Uncaught exception 'IntlException' with message 'IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object' in %sdateformat_calendars.php:%d +Stack trace: +#0 %sdateformat_calendars.php(%d): IntlDateFormatter->__construct('en_US@calendar=...', 0, 0, 'GMT+05:12', -1) +#1 {main} + thrown in %sdateformat_calendars.php on line %d |