<phpunit
	bootstrap="vendor/autoload.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true">

	<testsuites>
		<testsuite>
			<directory suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>
