test fixes

This commit is contained in:
Dennis Eichhorn 2023-04-17 19:44:57 +02:00
parent 9e4ecebbbf
commit 77edb7ff88
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1,3 @@
alias push="git push --recurse-submodules=on-demand"
alias push="git push --recurse-submodules=on-demand"
alias test="php -dpcov.enabled=1 vendor/bin/phpunit --configuration tests/phpunit_default.xml"
alias fulltest="./Build/Helper/testreport.sh"

View File

@ -12,7 +12,7 @@ sed -i '/^$/d' Build/test/phpstan.json
sed -i '/^Warning: /d' Build/test/phpstan.json
# Create report
php ../TestReportGenerator/src/index.php \
php ../../Tools/TestReportGenerator/src/index.php \
-b /home/spl1nes/Orange-Management \
-l /home/spl1nes/Orange-Management/Build/Config/reportLang.php \
-c /home/spl1nes/Orange-Management/tests/coverage.xml \