<phpunit colors="true" bootstrap="./tests/class-bootstrap.php">
	<testsuites>
		<testsuite name="Basic Tests">
			<directory suffix="-test.php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>