Skip to content

Commit

Permalink
Fix up phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jul 24, 2023
1 parent b8d082c commit 44545e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
</listener>
</listeners>

<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</include>
</coverage>

</phpunit>

0 comments on commit 44545e9

Please sign in to comment.