<phpunit bootstrap="test/bootstrap.php">
	<testsuites>
		<testsuite name="Application">
			<directory>test</directory>
		</testsuite>
	</testsuites>

	<logging>
		<log type="coverage-clover" target="clover.xml"/>
	</logging>
</phpunit>