Skip to content

Commit

Permalink
Add test suite location for user modules
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblamey committed Jul 18, 2023
1 parent 4936495 commit 7f29afc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<testsuite name="Test Suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
<testsuite name="user_module_tests">
<directory suffix="Test.php">./user/modules/*/tests</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
Expand Down

0 comments on commit 7f29afc

Please sign in to comment.