<?xml version="1.0" encoding="UTF-8"?>
<phpunit
	bootstrap="tests/phpunit-pair/bootstrap-helper-first.php"
	colors="true"
	beStrictAboutOutputDuringTests="true"
>
	<testsuites>
		<testsuite name="Ultimate Reviews Helper-first compatibility tests">
			<directory suffix="Test.php">tests/phpunit-pair</directory>
		</testsuite>
	</testsuites>
</phpunit>

