.PHONY: help test
help:
	# Run 'make test' to run the unit tests.

test:
	php RunTests.php
