buddypress/phpunit.xml.dist
2020-06-16 04:34:24 +00:00

14 lines
345 B
XML

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