<?xml version="1.0"?>
<phpunit
	bootstrap="../woocommerce/tests/legacy/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite name="testing">
<!--			<directory prefix="test-" suffix=".php">./tests/</directory>-->
			<directory suffix="Test.php">./src/Tests/</directory>
			<exclude>./tests/test-sample.php</exclude>
		</testsuite>
	</testsuites>
</phpunit>
