Skip to content

Commit 7e3e183

Browse files
committed
Limit test to ICU 49
1 parent 9762609 commit 7e3e183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/intl/tests/bug62070.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Bug #62070: Collator::getSortKey() returns garbage
44
<?php
55
if (!extension_loaded('intl'))
66
die('skip intl extension not enabled');
7+
if (version_compare(INTL_ICU_VERSION, '49') < 0)
8+
die('skip ICU >= 49 only');
79
--FILE--
810
<?php
911
$s1 = 'Hello';

0 commit comments

Comments
 (0)