.PHONY: test build clean

test:
	./vendor/bin/phpunit

build:
	@echo "No build step for PHP"

clean:
	@echo "No clean step for PHP"
