https://github.com/PressForward/pressforward
Raw File
Tip revision: edcdfe2d452148bc618f6a3e56da9e21be43b37b authored by dependabot[bot] on 11 December 2020, 03:29:05 UTC
Bump ini from 1.3.4 to 1.3.7 in /assets/stats-app
Tip revision: edcdfe2
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