summaryrefslogtreecommitdiff
path: root/ext/intl/tests/calendar_getDayOfWeekType_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/calendar_getDayOfWeekType_basic.phpt')
-rw-r--r--ext/intl/tests/calendar_getDayOfWeekType_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/calendar_getDayOfWeekType_basic.phpt b/ext/intl/tests/calendar_getDayOfWeekType_basic.phpt
index 618fcdb0d4..527c0ff140 100644
--- a/ext/intl/tests/calendar_getDayOfWeekType_basic.phpt
+++ b/ext/intl/tests/calendar_getDayOfWeekType_basic.phpt
@@ -6,8 +6,8 @@ date.timezone=Atlantic/Azores
<?php
if (!extension_loaded('intl'))
die('skip intl extension not enabled');
-if (version_compare(INTL_ICU_VERSION, '4.4') < 0 || version_compare(INTL_ICU_VERSION, '52.1') >= 0)
- die('skip for ICU >= 4.4 and ICU < 52.1');
+if (version_compare(INTL_ICU_VERSION, '52.1') >= 0)
+ die('skip for ICU < 52.1');
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);