mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-30 04:43:58 +08:00
Fixes #8302. git-svn-id: https://buddypress.svn.wordpress.org/trunk@12667 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
17 lines
382 B
XML
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>
|