buddypress/tests/phpunit/multisite.xml
2020-06-16 04:34:24 +00:00

17 lines
382 B
XML

<phpunit
bootstrap="bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<php>
<const name="WP_TESTS_MULTISITE" value="1" />
</php>
<testsuites>
<testsuite name="default">
<directory suffix=".php">./testcases/</directory>
</testsuite>
</testsuites>
</phpunit>