mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 04:56:13 +08:00
This change is needed as result of the trunk re-organisation caused by the adoption of Grunt. See #5160 git-svn-id: https://buddypress.svn.wordpress.org/trunk@8367 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
14 lines
330 B
XML
14 lines
330 B
XML
<phpunit
|
|
bootstrap="tests/phpunit/bootstrap.php"
|
|
backupGlobals="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory suffix=".php">tests/phpunit/testcases/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|