# wp-parsely/2.2/phpunit.xml.dist

Parse.ly, version 2.2. 22 lines.

- Page: https://pluginprobe.com/plugins/wp-parsely/2.2/code/phpunit.xml.dist
- Raw: https://pluginprobe.com/plugins/wp-parsely/2.2/raw/phpunit.xml.dist
- Modified: 2020-09-14T23:16:12+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/wp-parsely/2.2/code/phpunit.xml.dist#L10-L20`.

```
<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
    checkForUnintentionallyCoveredCode="false"
    beStrictAboutOutputDuringTests="false"
	>
	<php>
		<server name="SERVER_PORT" value="80"/>
        <server name="HTTP_HOST" value="localhost"/>
        <server name="REMOTE_ADDR" value="127.0.0.1"/>
		<const name="WP_PARSELY_TESTING" value="true"/>
	</php>
	<testsuites>
		<testsuite>
			<directory prefix="test-" suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>
```
