Skip to content

Commit 61f5418

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/intl/tests/spoofchecker_unknown_restriction_level.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ intl
66
<?php
77
if (!class_exists("Spoofchecker")) print 'skip';
88

9-
if (!method_exists(new Spoofchecker(), 'setRestrictionLevel')) print 'skip ICU version < 53';
9+
if (!method_exists(new Spoofchecker(), 'setRestrictionLevel')) print 'skip for ICU version < 53';
1010
?>
1111
--FILE--
1212
<?php

0 commit comments

Comments
 (0)