# mailchimp/1.5.3/phpunit.xml.dist

Mailchimp List Subscribe Form, version 1.5.3. 15 lines.

- Page: https://pluginprobe.com/plugins/mailchimp/1.5.3/code/phpunit.xml.dist
- Raw: https://pluginprobe.com/plugins/mailchimp/1.5.3/raw/phpunit.xml.dist
- Modified: 2016-11-01T13:31:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/mailchimp/1.5.3/code/phpunit.xml.dist#L10-L20`.

```
<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>
</phpunit>

```
