Skip to content

Commit

Permalink
Replace deprecated phpunit configure (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayw-geek authored Jan 21, 2024
1 parent 928622a commit 503fa64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</testsuite>
</testsuites>

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

0 comments on commit 503fa64

Please sign in to comment.