buddypress/phpunit.xml.dist
Paul Gibbs fe311769cd Tests: fix path to phpUnit bootstrap in phpunit.xml.dist.
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
2014-05-04 13:45:36 +00:00

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>