File "phpunit.xml"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/ewww-image-optimizer/phpunit.xml
File size: 335 bytes
MIME-type: text/plain
Charset: utf-8

<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite name="ewwwio">
			<directory prefix="test-" suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>