mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
This commit is part of a series that will re-organise BuddyPress trunk to use a Grunt build process. See #5160 git-svn-id: https://buddypress.svn.wordpress.org/trunk@8355 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
17 lines
367 B
XML
17 lines
367 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>
|
|
<directory suffix=".php">./testcases/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|