Skip to content

Commit 71352d1

Browse files
Update ext/intl/tests/spoofchecker_supported_icu57_apis.phpt
Co-authored-by: Weilin Du <1372449351@qq.com>
1 parent 7643921 commit 71352d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/intl/tests/spoofchecker_supported_icu57_apis.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ intl
77
<?php
88
$r = new ReflectionClass("Spoofchecker");
99
if (false === $r->getConstant("SINGLE_SCRIPT_RESTRICTIVE")) {
10-
die("skip Incompatible ICU version");
10+
die("skip for ICU version < 53");
1111
}
1212
?>
1313
--FILE--

0 commit comments

Comments
 (0)