diff --git a/tests/runner.php b/tests/runner.php index 7cadcb2..e75e816 100644 --- a/tests/runner.php +++ b/tests/runner.php @@ -21,7 +21,7 @@ function processDir($dirPath) } $fileContent = file_get_contents($dirPath . $file); - $snifferOutput = shell_exec(__DIR__ . '/../bin/fa-coding-guideline-validator "' . $dirPath . $file . '"'); + $snifferOutput = shell_exec(__DIR__ . '/../bin/php-code-validator "' . $dirPath . $file . '"'); // expectedPass if (preg_match('|//\s@expectedPass$|m', $fileContent)) {