]> granicus.if.org Git - php/commitdiff
Fix conjugation
authorAnatol Belski <ab@php.net>
Tue, 20 Feb 2018 06:24:20 +0000 (07:24 +0100)
committerAnatol Belski <ab@php.net>
Tue, 20 Feb 2018 06:25:44 +0000 (07:25 +0100)
run-tests.php

index 9dce9ffe371ba31b251cd0a7defebebb0771e23a..4a57b83bbf64b3c34b0eedde82875b456715f6d9 100755 (executable)
@@ -783,7 +783,7 @@ HELP;
                                } else if (preg_match("/\*$/", $argv[$i])) {
                                        $pattern_match = glob($argv[$i] . '.phpt');
                                } else {
-                                       die('Cannot found test file "' . $argv[$i] . '".' . PHP_EOL);
+                                       die('Cannot find test file "' . $argv[$i] . '".' . PHP_EOL);
                                }
 
                                if (is_array($pattern_match)) {
@@ -795,7 +795,7 @@ HELP;
                        } else if (preg_match("/\.phpt$/", $testfile)) {
                                $test_files[] = $testfile;
                        } else {
-                               die('Cannot found test file "' . $argv[$i] . '".' . PHP_EOL);
+                               die('Cannot find test file "' . $argv[$i] . '".' . PHP_EOL);
                        }
                }
        }