mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-10 19:28:41 +00:00
5 lines
362 B
Bash
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 ./" |