<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="test/bootstrap.php" colors="true">

	<testsuites>
		<testsuite name="api">
			<directory>test</directory>
		</testsuite>
	</testsuites>

	<logging>
		<log type="coverage-text" target="php://stdout" lowUpperBound="35" highLowerBound="70" />
	</logging>
</phpunit>
