<?xml version="1.0" encoding="UTF-8"?>
<phpunit
		 backupGlobals="false"
		 backupStaticAttributes="false"
		 colors="true"
		 processIsolation="false"
		 convertErrorsToExceptions="true"
		 convertNoticesToExceptions="true"
		 convertWarningsToExceptions="true"
		 stopOnError="false"
		 stopOnFailure="false"
		 stopOnIncomplete="false"
		 stopOnSkipped="false"
		 syntaxCheck="false"
		 verbose="true"
		 strict="false"
		 bootstrap="tests/bootstrap.php">
	<testsuites>
		<testsuite name="Attribution Analytics Test Suite">
			<directory suffix=".php">./tests</directory>
		</testsuite>
	</testsuites>
	<filter>
		<blacklist>
			<directory suffix=".php">./tmp/</directory>
			<directory suffix=".php">./tests/</directory>
			<directory suffix=".php">./templates/</directory>
			<directory suffix=".php">./languages/</directory>
			<directory suffix=".php">./integrations/</directory>
		</blacklist>
	</filter>
</phpunit>
