Skip to content
Snippets Groups Projects
Commit fd3568c3 authored by totten's avatar totten
Browse files

phpunit.xml.dist - Update test suites

Not sure how this is different, but it seems more accurate.
parent 620c8b6e
Branches
Tags
No related merge requests found
......@@ -11,8 +11,17 @@
bootstrap="tests/phpunit/CiviTest/bootstrap.php"
>
<testsuites>
<testsuite name="CiviCRM Test Suite">
<directory>./tests/phpunit/</directory>
<testsuite name="api_v3_AllTests">
<directory>./tests/phpunit/api</directory>
</testsuite>
<testsuite name="CRM_AllTests">
<directory>./tests/phpunit/CRM</directory>
</testsuite>
<testsuite name="Civi_AllTests">
<directory>./tests/phpunit/Civi</directory>
</testsuite>
<testsuite name="WebTest_AllTests">
<directory>./tests/phpunit/WebTest</directory>
</testsuite>
</testsuites>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment