Makefile 225 B

1234567891011
  1. vendor/autoload.php:
  2. composer install --no-interaction --prefer-source
  3. .PHONY: sniff
  4. sniff: vendor/autoload.php
  5. vendor/bin/phpcs --standard=PSR2 src -n
  6. .PHONY: test
  7. test: vendor/autoload.php
  8. vendor/bin/phpunit --verbose