<?xml version="1.0" encoding="UTF-8"?>
<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="false"
	convertNoticesToExceptions="false"
	convertWarningsToExceptions="false"
	verbose="true"
	>
	<testsuites>
		<testsuite name="Test Suite">
			<directory suffix=".php">./tests/php</directory>
		</testsuite>
	</testsuites>
</phpunit>
