This commit is contained in:
Oliver Davies 2024-06-21 09:45:52 +00:00 committed by GitHub
commit 999c040364
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,16 @@
PATH:=${PATH}:vendor/bin
.PHONY: * .PHONY: *
static-code-analysis: vendor static-code-analysis:
php vendor/bin/psalm --show-info=true psalm --show-info=true
phpcs: phpcs:
php vendor/bin/phpcs --standard=PSR2 src tests phpcs --standard=PSR2 src tests
phpunit: phpunit:
php vendor/bin/phpunit -v --color=always --testdox tests echo ${PATH}
phpunit -v --color=always --testdox tests
test: phpunit phpcs test: phpunit phpcs