From cf0e233a4ee6cd4b12bdc0c07923814be78212d3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 31 Jul 2021 17:20:48 +0200 Subject: [PATCH] bug fixes and template adjustments --- Helper/testreport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Helper/testreport.sh b/Helper/testreport.sh index 91595ae..678d22e 100644 --- a/Helper/testreport.sh +++ b/Helper/testreport.sh @@ -2,10 +2,10 @@ mkdir -p Build/test -php phpcs.phar ./ --standard="Build/Config/phpcs.xml" +./vendor/bin/phpcs ./ --standard="Build/Config/phpcs.xml" ./vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 8 -c Build/Config/phpstan.neon ./ -php phpcs.phar ./ --standard="Build/Config/phpcs.xml" -s --report-junit=Build/test/junit_phpcs.xml +./vendor/bin/phpcs ./ --standard="Build/Config/phpcs.xml" -s --report-junit=Build/test/junit_phpcs.xml ./vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 8 -c Build/Config/phpstan.neon --error-format=prettyJson ./ > Build/test/phpstan.json # Remove empty lines and lines with warnings which corrupt the json format