Files
nhgooi.nl/website/vendor/fzaninotto/faker/Makefile
2020-01-06 02:36:10 +01:00

11 lines
225 B
Makefile

vendor/autoload.php:
composer install --no-interaction --prefer-source
.PHONY: sniff
sniff: vendor/autoload.php
vendor/bin/phpcs --standard=PSR2 src -n
.PHONY: test
test: vendor/autoload.php
vendor/bin/phpunit --verbose