<phpunit
	bootstrap="phpunit-boot.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	stopOnFailure="true"
	>
	<testsuites>
		<testsuite name="advanced-responsive-video-embedder">
			<directory prefix="tests-" suffix=".php">./plugins/advanced-responsive-video-embedder/tests/</directory>
		</testsuite>
		<testsuite name="arve-random-video">
			<directory prefix="tests-" suffix=".php">./plugins/arve-random-video/tests/</directory>
		</testsuite>
		<testsuite name="arve-pro">
			<directory prefix="tests-" suffix=".php">./plugins/arve-pro/tests/</directory>
		</testsuite>
		<testsuite name="arve-amp">
			<directory prefix="tests-" suffix=".php">./plugins/arve-amp/tests/</directory>
		</testsuite>
		<testsuite name="arve-sticky-videos">
			<directory prefix="tests-" suffix=".php">./plugins/arve-sticky-videos/tests/</directory>
		</testsuite>
	</testsuites>
	<filter>
		<whitelist processUncoveredFilesFromWhitelist="true">
			<directory suffix=".php">.</directory>
			<exclude>
				<directory suffix=".php">./vendor/</directory>
				<directory suffix=".php">./node_modules/</directory>
			</exclude>
		</whitelist>
	</filter>
</phpunit>
