]> granicus.if.org Git - php/commitdiff
Missed skip
authorAnatol Belski <ab@php.net>
Sat, 21 Oct 2017 15:40:38 +0000 (17:40 +0200)
committerAnatol Belski <ab@php.net>
Sat, 21 Oct 2017 15:40:38 +0000 (17:40 +0200)
ext/intl/tests/spoofchecker_007.phpt

index 1dfdcc98ce12e186a9e36aae86c875e4c08cac71..0514fe1b321dd33bab5e779918f0dd326e9bfb04 100644 (file)
@@ -5,7 +5,7 @@ spoofchecker with restriction level
 <?php
        $r = new ReflectionClass("SpoofChecker");
        if (false === $r->getConstant("SINGLE_SCRIPT_RESTRICTIVE")) {
-               die("Incompatible ICU version");
+               die("skip Incompatible ICU version");
        }
 ?>
 --FILE--