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