<phpunit
	bootstrap="phpunit/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite name="bulk-plugin-toggle">
			<directory suffix=".php">./phpunit/tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>
