<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite>
			<directory prefix="tests-" suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
	<filter>
		<whitelist addUncoveredFilesFromWhitelist="true">
			<directory suffix=".php">./inc</directory>
			<file>madeit-security.php</file>
			<exclude>
				<file>./index.php</file>
				<directory>./admin/css</directory>
				<directory>./admin/fonts</directory>
				<directory>./admin/js</directory>
			</exclude>
		</whitelist>
	</filter>
</phpunit>