<phpunit
	bootstrap="phpunit/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
    <php>
        <const name="WP_TESTS_MULTISITE" value="1" />
    </php>
	<testsuites>
		<testsuite name="default">
			<directory suffix="-test.php">./phpunit/</directory>
		</testsuite>
		<testsuite name="block-patterns">
			<directory suffix="-test.php">./block-patterns/test/</directory>
		</testsuite>
		<testsuite name="coming-soon">
			<directory suffix="-test.php">./coming-soon/test/</directory>
		</testsuite>
		<testsuite name="block-patterns">
			<directory suffix="-test.php">./block-patterns/test/</directory>
		</testsuite>
	</testsuites>
</phpunit>
