summaryrefslogtreecommitdiff
path: root/ext/intl/tests/collator_asort.phpt
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-10-07 13:49:10 +0200
committerAnatol Belski <ab@php.net>2013-10-07 13:49:10 +0200
commit4840b0a749454335218f6131892031333d66142d (patch)
treec7a3d2db3c8082510324bf765c81833f5fc3a6e3 /ext/intl/tests/collator_asort.phpt
parentfa40290fb76370c923e8f048daf1af144ff87604 (diff)
downloadphp-git-4840b0a749454335218f6131892031333d66142d.tar.gz
fixed failing tests for ICU >= 51.2
Diffstat (limited to 'ext/intl/tests/collator_asort.phpt')
-rw-r--r--ext/intl/tests/collator_asort.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/tests/collator_asort.phpt b/ext/intl/tests/collator_asort.phpt
index a614ddc3f8..308f3a3ca3 100644
--- a/ext/intl/tests/collator_asort.phpt
+++ b/ext/intl/tests/collator_asort.phpt
@@ -2,6 +2,7 @@
asort()
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
+<?php if (version_compare(INTL_ICU_VERSION, '51.2') >= 0) die('skip for ICU < 51.2'); ?>
--FILE--
<?php