.PHONY: coverage tests

tests :
	../vendor/bin/phpunit

coverage :
	../vendor/bin/phpunit --coverage-text=php://stdout
