https://github.com/PressForward/pressforward
Raw File
Tip revision: 1785592411a085a7e2306ee4fc0a185b038744a9 authored by Aram Zucker-Scharff on 23 August 2016, 17:30:45 UTC
Patch user nom-count
Tip revision: 1785592
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