]> granicus.if.org Git - php/commitdiff
fix test title
authorAnatol Belski <ab@php.net>
Mon, 18 May 2015 20:36:55 +0000 (22:36 +0200)
committerAnatol Belski <ab@php.net>
Mon, 18 May 2015 20:37:31 +0000 (22:37 +0200)
ext/intl/tests/collator_get_sort_key_variant5.phpt

index c71d352c8f2b3fd95c64ba73cb9bdc4ee9ee2fac..52a3af9766419dacdeee03229ac12777825b8828 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-collator_get_sort_key() icu >= 54.1
+collator_get_sort_key() icu >= 55.1
 --SKIPIF--
 <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
 <?php if (version_compare(INTL_ICU_VERSION, '55.1') < 0) die('skip for ICU >= 55.1'); ?>