RM = rm -rf

test:
	phpunit --configuration PHPUnit.xml .

clean:
	${RM} Report
