# stream/2.0.2/phpunit.xml

Stream – Activity Log &amp; Audit Trail, version 2.0.2. 15 lines.

- Page: https://pluginprobe.com/plugins/stream/2.0.2/code/phpunit.xml
- Raw: https://pluginprobe.com/plugins/stream/2.0.2/raw/phpunit.xml
- Modified: 2015-01-15T03:04:24+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/stream/2.0.2/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>

```
