From e658e4d230cbd07d1edfc596014c3a0894c9dc16 Mon Sep 17 00:00:00 2001 From: Maximilian Grosch Date: Tue, 5 Sep 2017 16:37:23 +0200 Subject: [PATCH] Updated testrunner to new bin --- tests/runner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {