https://github.com/PressForward/pressforward
Raw File
Tip revision: 1227ece8e858dfb6fc4b02349192a7dec50d1868 authored by Boone B Gorges on 16 December 2022, 18:58:11 UTC
Fix folder query when querying for nominations.
Tip revision: 1227ece
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