https://github.com/PressForward/pressforward
Raw File
Tip revision: bc58415718d1826410c823907c41ed1b982176ef authored by Aram Zucker-Scharff on 05 March 2014, 05:30:15 UTC
Updating to latest tag number
Tip revision: bc58415
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