<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	processIsolation="false"
	colors="false">
	<testsuites>
		<testsuite name="Default">
			<directory suffix=".php">./tests/php</directory>
		</testsuite>
	</testsuites>
	<filter>
		<whitelist>
			<directory suffix=".php">./inc</directory>
		</whitelist>
	</filter>
	<php>
		<ini name="error_reporting" value="32767" />
		<ini name="display_errors" value="1" />
		<ini name="display_startup_errors" value="1" />
	</php>
</phpunit>