<?xml version="1.0"?>
<phpunit
	bootstrap="test/phpunit/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite name="default">
			<directory prefix="test-" suffix=".php">./test/phpunit/free</directory>
			<exclude>./test/phpunit/pro/</exclude>
			<directory prefix="test-" suffix=".php">./vendor/vektor-inc/vk-wp-unit-test-tools/src/tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>
