<phpunit
	bootstrap="tests/bootstrap.php"
	colors="true"
	>
	<testsuites>
		<testsuite>
			<directory prefix="test-" suffix=".php">tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>
