<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/config/bootstrap.php">
	<testsuites>
		<testsuite name="WP Unit Tests">
			<directory>./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>