File: /var/www/hcv/wp-content/plugins/timber-library/vendor/upstatement/routes/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>
	<filter>
    	<whitelist processUncoveredFilesFromWhitelist="true">
    		<file>Routes.php</file>
  		</whitelist>
	</filter>
</phpunit>