Skip to content
Snippets Groups Projects
phpunit.xml.dist 312 B
Newer Older
<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite>
			<directory suffix=".php">./tests/tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>