buddypress/tests/phpunit/multisite.xml
Paul Gibbs 52252df95f Grunt: move phpUnit tests into new, top-level tests folder.
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
2014-05-04 12:57:55 +00:00

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>