Revision eda43d78401936f9ca5ca90afcdc3037be7ea386 authored by Aram Zucker-Scharff on 21 October 2015, 03:19:04 UTC, committed by Aram Zucker-Scharff on 21 October 2015, 03:19:08 UTC
1 parent 9b10bdf
Raw File
phpunit.xml
<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite>
			<directory prefix="test-" suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>
back to top