Skip to content

Commit e658e4d

Browse files
committed
Updated testrunner to new bin
1 parent 767ef2e commit e658e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function processDir($dirPath)
2121
}
2222

2323
$fileContent = file_get_contents($dirPath . $file);
24-
$snifferOutput = shell_exec(__DIR__ . '/../bin/fa-coding-guideline-validator "' . $dirPath . $file . '"');
24+
$snifferOutput = shell_exec(__DIR__ . '/../bin/php-code-validator "' . $dirPath . $file . '"');
2525

2626
// expectedPass
2727
if (preg_match('|//\s@expectedPass$|m', $fileContent)) {

0 commit comments

Comments
 (0)