https://github.com/PressForward/pressforward
Raw File
Tip revision: 347598577817f904e24e883e6831f84cac0ebbd1 authored by Aram Zucker-Scharff on 21 October 2014, 23:54:36 UTC
Revert "Temp removal of slurp nonce check"
Tip revision: 3475985
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