Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 27, 2024
1 parent 07ed87f commit f47d13f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 83 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@
<directory suffix="Test.php">tests/Unit</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">app/src</directory>
<directory suffix=".php">app/modules</directory>
</include>
</coverage>
</phpunit>

0 comments on commit f47d13f

Please sign in to comment.