Skip to content

Commit

Permalink
Merge pull request #39 from palpalani/develop
Browse files Browse the repository at this point in the history
Merge branch 'main' into develop
  • Loading branch information
palpalani authored Oct 10, 2024
2 parents c894c6e + 85ae3ed commit a7bf61f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
<include>
<directory>src</directory>
</include>
</source>
<coverage>
<include>
<directory suffix=".php">./src</directory>
Expand Down

0 comments on commit a7bf61f

Please sign in to comment.