https://github.com/PressForward/pressforward
Raw File
Tip revision: 8be2d9371f4d0036263dc89334489324e81d8576 authored by Aram Zucker-Scharff on 09 October 2018, 14:58:06 UTC
Namespace fix for older PHP versions.
Tip revision: 8be2d93
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