summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-07-30 10:27:41 +0200
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-07-30 10:27:41 +0200
commit7e3e1837c8e60ad87e9b7aee6cb306a843f5c784 (patch)
treeb9f0ca1bbd3453fe7817cdd2f75cbee44c0fcda8
parent9762609cecd8eb138906a8f371e2746ee042e5f4 (diff)
downloadphp-git-7e3e1837c8e60ad87e9b7aee6cb306a843f5c784.tar.gz
Limit test to ICU 49
-rw-r--r--ext/intl/tests/bug62070.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/tests/bug62070.phpt b/ext/intl/tests/bug62070.phpt
index a466b05c24..3ab0078d70 100644
--- a/ext/intl/tests/bug62070.phpt
+++ b/ext/intl/tests/bug62070.phpt
@@ -4,6 +4,8 @@ Bug #62070: Collator::getSortKey() returns garbage
<?php
if (!extension_loaded('intl'))
die('skip intl extension not enabled');
+if (version_compare(INTL_ICU_VERSION, '49') < 0)
+ die('skip ICU >= 49 only');
--FILE--
<?php
$s1 = 'Hello';