# edit-flow/0.9/phpunit.xml

Edit Flow, version 0.9. 15 lines.

- Page: https://pluginprobe.com/plugins/edit-flow/0.9/code/phpunit.xml
- Raw: https://pluginprobe.com/plugins/edit-flow/0.9/raw/phpunit.xml
- Modified: 2013-12-20T01:52:14+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/phpunit.xml#L10-L20`.

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

```
