Makefile 119 B

1234567
  1. .PHONY: coverage tests
  2. tests :
  3. ../vendor/bin/phpunit
  4. coverage :
  5. ../vendor/bin/phpunit --coverage-text=php://stdout