diff options
Diffstat (limited to 'ext/intl/tests/timezone_createTimeZoneIDEnumeration_error.phpt')
-rw-r--r-- | ext/intl/tests/timezone_createTimeZoneIDEnumeration_error.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/tests/timezone_createTimeZoneIDEnumeration_error.phpt b/ext/intl/tests/timezone_createTimeZoneIDEnumeration_error.phpt index 5c7dbe5af3..2cc2ac48e7 100644 --- a/ext/intl/tests/timezone_createTimeZoneIDEnumeration_error.phpt +++ b/ext/intl/tests/timezone_createTimeZoneIDEnumeration_error.phpt @@ -4,6 +4,8 @@ IntlTimeZone::createTimeZoneIDEnumeration(): errors <?php if (!extension_loaded('intl')) die('skip intl extension not enabled'); +if (version_compare(INTL_ICU_VERSION, '4.8') < 0) + die('skip for ICU 4.8+'); --FILE-- <?php ini_set("intl.error_level", E_WARNING); |