Makefile 225 Bytes
Newer Older
jhon committed
1 2 3 4 5 6 7 8 9 10
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