# edit-flow/0.9/tests/phpunit/multisite.xml

Edit Flow, version 0.9. 18 lines.

- Page: https://pluginprobe.com/plugins/edit-flow/0.9/code/tests/phpunit/multisite.xml
- Raw: https://pluginprobe.com/plugins/edit-flow/0.9/raw/tests/phpunit/multisite.xml
- Modified: 2019-01-11T04:21:54+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/edit-flow/0.9/code/tests/phpunit/multisite.xml#L10-L20`.

```xml
<phpunit
	bootstrap="../../tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<php>
		<const name="WP_TESTS_MULTISITE" value="1" />
	</php>
	<testsuites>
		<testsuite>
			<directory prefix="test-" suffix=".php">../../tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>

```
