We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 767ef2e + e658e4d commit c5217a4Copy full SHA for c5217a4
tests/runner.php
@@ -21,7 +21,7 @@ function processDir($dirPath)
21
}
22
23
$fileContent = file_get_contents($dirPath . $file);
24
- $snifferOutput = shell_exec(__DIR__ . '/../bin/fa-coding-guideline-validator "' . $dirPath . $file . '"');
+ $snifferOutput = shell_exec(__DIR__ . '/../bin/php-code-validator "' . $dirPath . $file . '"');
25
26
// expectedPass
27
if (preg_match('|//\s@expectedPass$|m', $fileContent)) {
0 commit comments