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 3d514dc commit d4deba9
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 @@ -19,9 +19,9 @@
</arguments>
</listener>
</listeners>
<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>

0 comments on commit d4deba9

Please sign in to comment.