mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-13 09:38:41 +00:00
test fixes
This commit is contained in:
parent
9e4ecebbbf
commit
77edb7ff88
|
|
@ -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"
|
||||||
|
|
@ -12,7 +12,7 @@ sed -i '/^$/d' Build/test/phpstan.json
|
||||||
sed -i '/^Warning: /d' Build/test/phpstan.json
|
sed -i '/^Warning: /d' Build/test/phpstan.json
|
||||||
|
|
||||||
# Create report
|
# Create report
|
||||||
php ../TestReportGenerator/src/index.php \
|
php ../../Tools/TestReportGenerator/src/index.php \
|
||||||
-b /home/spl1nes/Orange-Management \
|
-b /home/spl1nes/Orange-Management \
|
||||||
-l /home/spl1nes/Orange-Management/Build/Config/reportLang.php \
|
-l /home/spl1nes/Orange-Management/Build/Config/reportLang.php \
|
||||||
-c /home/spl1nes/Orange-Management/tests/coverage.xml \
|
-c /home/spl1nes/Orange-Management/tests/coverage.xml \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user