summaryrefslogtreecommitdiff
path: root/ext/intl/tests/rbbiter_getBinaryRules_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/rbbiter_getBinaryRules_basic.phpt')
-rw-r--r--ext/intl/tests/rbbiter_getBinaryRules_basic.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/tests/rbbiter_getBinaryRules_basic.phpt b/ext/intl/tests/rbbiter_getBinaryRules_basic.phpt
index 7d77057123..95ea311088 100644
--- a/ext/intl/tests/rbbiter_getBinaryRules_basic.phpt
+++ b/ext/intl/tests/rbbiter_getBinaryRules_basic.phpt
@@ -2,6 +2,7 @@
IntlRuleBasedBreakIterator::getBinaryRules(): basic test
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
+<?php if (version_compare(INTL_ICU_VERSION, '61.1') >= 0) die('skip for ICU < 61.1'); ?>
<?php if(version_compare(INTL_ICU_VERSION, '4.8') < 0) print 'skip ICU >= 4.8 only'; ?>
--FILE--
<?php