<phpunit
	backupGlobals="false"
	backupStaticAttributes="false"
	bootstrap="../../../../../typo3/sysext/core/Build/FunctionalTestsBootstrap.php"
	colors="true"
	convertErrorsToExceptions="true"
	convertWarningsToExceptions="true"
	forceCoversAnnotation="false"
	processIsolation="true"
	stopOnError="false"
	stopOnFailure="false"
	stopOnIncomplete="false"
	stopOnSkipped="false"
	strict="false"
	verbose="false"
>
	<testsuites>
		<testsuite name="News tests">
			<directory>../Functional/</directory>
		</testsuite>
	</testsuites>
</phpunit>