<?xml version="1.0" encoding="UTF-8"?>
<phpunit
	bootstrap="tests/php/Unit/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite name="Unit">
			<directory suffix="Test.php">./tests/php/Unit</directory>
		</testsuite>
	</testsuites>
	<groups>
		<exclude>
			<group>integration</group>
			<group>performance</group>
		</exclude>
	</groups>
</phpunit>