# wp-discourse/trunk/tests/phpunit/multisite.xml

WP Discourse, version trunk. 13 lines.

- Page: https://pluginprobe.com/plugins/wp-discourse/trunk/code/tests/phpunit/multisite.xml
- Raw: https://pluginprobe.com/plugins/wp-discourse/trunk/raw/tests/phpunit/multisite.xml
- Modified: 2024-04-08T11:13:20+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-discourse/trunk/code/tests/phpunit/multisite.xml#L10-L20`.

```xml
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" convertDeprecationsToExceptions="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
  <coverage/>
  <php>
    <const name="WP_TESTS_MULTISITE" value="1"/>
  </php>
  <testsuites>
    <testsuite name="multisite">
      <directory prefix="test-" suffix=".php">multisite/</directory>
    </testsuite>
  </testsuites>
</phpunit>

```
