https://github.com/PressForward/pressforward
Raw File
Tip revision: 766f8fbfe2b6af52b8ddc2faefe90c9e65c41f9e authored by Amanda Regan on 29 November 2017, 15:08:11 UTC
changing link to documentation #966
Tip revision: 766f8fb
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