Skip to content

Commit

Permalink
ci: migrate phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Oct 31, 2024
1 parent 541aae5 commit 0c225ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<coverage>
<source>
<include>
<directory suffix=".php">src</directory>
<directory>src</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit 0c225ae

Please sign in to comment.