https://github.com/PressForward/pressforward
Revision a951f67be92c03bfd90640fb04e409e8725e2cb4 authored by Aram Zucker-Scharff on 16 March 2017, 03:10:45 UTC, committed by Aram Zucker-Scharff on 16 March 2017, 03:10:45 UTC
1 parent 4c49e51
Raw File
Tip revision: a951f67be92c03bfd90640fb04e409e8725e2cb4 authored by Aram Zucker-Scharff on 16 March 2017, 03:10:45 UTC
Readability by URL endpoint
Tip revision: a951f67
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