buddypress/tests/multisite.xml
Boone B Gorges e58a645eee Add support for multisite.xml unit tests
git-svn-id: https://buddypress.svn.wordpress.org/trunk@7028 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-05-09 01:05:45 +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>