Revision f87eb54ee570903418f2fa498f2d5240363ccc5b authored by Aram Zucker-Scharff on 12 October 2016, 18:21:46 UTC, committed by GitHub on 12 October 2016, 18:21:46 UTC
1 parent 31ab023
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