You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
182B

  1. vendor/autoload.php:
  2. composer install
  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