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