https://github.com/PressForward/pressforward
Raw File
Tip revision: 4d0d07a765d772dca51c71271faddb57ca7c47d7 authored by Aram Zucker-Scharff on 28 September 2016, 13:40:30 UTC
Update version number
Tip revision: 4d0d07a
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