<?xml version="1.0" encoding="UTF-8"?>
<phpunit
    beStrictAboutOutputDuringTests="true"
    failOnRisky="true"
    failOnWarning="true"
    colors="true"
    cacheDirectory=".phpunit.cache"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd"
>
	<testsuites>
		<testsuite name="Selling Partner API Test Suite">
			<directory>
				tests
			</directory>
		</testsuite>
	</testsuites>

	<source>
		<include>
			<directory suffix=".php">
				src
			</directory>
		</include>
	</source>
</phpunit>
