Skip to content

Commit

Permalink
Fix: Migrate configuration for phpunit/phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 27, 2021
1 parent 1d814ba commit 5a0104f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Unit/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
stopOnSkipped="false"
verbose="true"
>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true">
<coverage includeUncoveredFiles="true" processUncoveredFiles="true">
<include>
<directory suffix=".php">../../src/</directory>
</whitelist>
</filter>
</include>
</coverage>
<testsuites>
<testsuite name="Unit Tests">
<directory>.</directory>
Expand Down

0 comments on commit 5a0104f

Please sign in to comment.