buddypress/tests/phpunit.xml.dist
Paul Gibbs 62d14338bf Tests: rename PHPUnit config file to phpunit.xml.dist
PHPUnit supports config files with both these names, but will use phpunit.xml over the .dist version.
Renaming our file lets users add/edit their own phpunit.xml without editing a BuddyPress core file.


git-svn-id: https://buddypress.svn.wordpress.org/trunk@8098 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2014-03-09 19:43:03 +00:00

14 lines
304 B
XML

<phpunit
bootstrap="bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory suffix=".php">./testcases/</directory>
</testsuite>
</testsuites>
</phpunit>