Revision 277ad8c35572aee686f2790b86433b58c21ae5c7 authored by Aram Zucker-Scharff on 29 July 2015, 23:39:37 UTC, committed by Aram Zucker-Scharff on 29 July 2015, 23:39:37 UTC
1 parent 097c77c
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