Build/Config/.bashrc
Dennis Eichhorn bd921e29f3 fix tests
2023-09-24 17:57:27 +00:00

5 lines
362 B
Bash

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"
alias phpcs="./vendor/bin/phpcs --severity=1 ./ --standard=\"Build/Config/phpcs.xml\""
alias phpstan="./vendor/bin/phpstan analyse -l 9 -c Build/Config/phpstan.neon ./"