RM = rm -rf

test:
	../vendor/bin/phpunit --configuration PhpUnit.xml .

clean:
	${RM} Report
