all:
	@echo "Future build step will go here";

test:
	@phpunit --testdox
