<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
		 backupGlobals="false"
		 bootstrap="tests/bootstrap-integration.php"
		 cacheResultFile=".phpunit.cache/integration-results"
		 colors="true"
		 convertDeprecationsToExceptions="true"
		 convertErrorsToExceptions="true"
		 convertNoticesToExceptions="true"
		 convertWarningsToExceptions="true"
		 executionOrder="random"
		 failOnRisky="true"
		 failOnWarning="true"
		 verbose="true"
	>

	<!-- Shared across projects that use the Owl dev dependency, kept in sync: https://github.com/kestrelcommerce/owl -->

	<testsuites>
		<testsuite name="integration">
			<directory suffix="Test.php">tests/Integration</directory>
		</testsuite>
	</testsuites>

</phpunit>
