https://github.com/PressForward/pressforward
Raw File
Tip revision: 2248b07632d4f0efade68f14ff4265362628443f authored by Aram Zucker-Scharff on 03 August 2015, 12:08:56 UTC
esc URL submission properly in nom this
Tip revision: 2248b07
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