https://github.com/PressForward/pressforward
Revision 2776fdb2ac1977afe12b48874b2c934fdc22911a authored by Aram Zucker-Scharff on 05 December 2017, 17:38:55 UTC, committed by GitHub on 05 December 2017, 17:38:55 UTC
2 parent s 3182e0f + 4563be4
Raw File
Tip revision: 2776fdb2ac1977afe12b48874b2c934fdc22911a authored by Aram Zucker-Scharff on 05 December 2017, 17:38:55 UTC
Merge branch '4.4.x' into 4.4.x-stats-nomination-add-archives-pagination
Tip revision: 2776fdb
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