Revision bee24917e08582d9c85d15bfba97372a07ca0444 authored by Boone B Gorges on 25 September 2023, 15:30:31 UTC, committed by Boone B Gorges on 25 September 2023, 15:30:31 UTC
1 parent 4df9a33
Raw File
phpunit.xml
<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite name="PressForward">
			<directory prefix="test-" suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>
back to top