diff options
| author | Anatol Belski <ab@php.net> | 2014-11-20 13:01:04 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-11-20 13:01:04 +0100 |
| commit | 36a2e235dd370877f7e159c2fc71ebdfab011f35 (patch) | |
| tree | bdc65a13b0b16caba8b21815e69199b100d14a4a | |
| parent | 96249b68e5dc3fbc7f26365216d0f31afcfae73a (diff) | |
| download | php-git-36a2e235dd370877f7e159c2fc71ebdfab011f35.tar.gz | |
fix icu version to test
| -rw-r--r-- | ext/intl/tests/dateformat_get_set_calendar_variant4.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/dateformat_get_set_calendar_variant4.phpt b/ext/intl/tests/dateformat_get_set_calendar_variant4.phpt index 89aa327b6a..dc9db09740 100644 --- a/ext/intl/tests/dateformat_get_set_calendar_variant4.phpt +++ b/ext/intl/tests/dateformat_get_set_calendar_variant4.phpt @@ -3,7 +3,7 @@ IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() --SKIPIF-- <?php if (!extension_loaded('intl')) die('skip intl extension not enabled'); ?> -<?php if (version_compare(INTL_ICU_VERSION, '52.1') < 0) die('skip for ICU >= 52.1'); ?> +<?php if (version_compare(INTL_ICU_VERSION, '54.1') < 0) die('skip for ICU >= 54.1'); ?> --FILE-- <?php ini_set("intl.error_level", E_WARNING); |
