https://github.com/PressForward/pressforward
Revision 80da50f7198edeb836b9c26be7bde755de005d69 authored by Aram Zucker-Scharff on 05 December 2017, 17:32:21 UTC, committed by GitHub on 05 December 2017, 17:32:21 UTC
2 parent s 78fb039 + 3182e0f
Raw File
Tip revision: 80da50f7198edeb836b9c26be7bde755de005d69 authored by Aram Zucker-Scharff on 05 December 2017, 17:32:21 UTC
Merge pull request #976 from PressForward/4.4.x-stats-nomination-add-archives-pagination
Tip revision: 80da50f
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