RM = rm -rf

test:
	phpunit  --process-isolation --bootstrap bootstrap.php --coverage-html phpunit/ .

clean:
	${RM} phpunit
