https://github.com/PressForward/pressforward
Raw File
Tip revision: e611fd54c88e8ec8b19aa3ba0b63b4bdb57664e4 authored by Amanda Regan on 07 March 2018, 18:18:18 UTC
changelog in readme.txt
Tip revision: e611fd5
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