IOP-Patho/vendor/fzaninotto/faker/Makefile

11 lines
223 B
Makefile
Raw Normal View History

2025-07-17 08:28:28 +00:00
vendor/autoload.php:
composer install --no-interaction --prefer-dist
.PHONY: sniff
sniff: vendor/autoload.php
vendor/bin/phpcs --standard=PSR2 src -n
.PHONY: test
test: vendor/autoload.php
vendor/bin/phpunit --verbose