Skip to content

Commit

Permalink
Merge pull request #415 from ergebnis/fix/migrate
Browse files Browse the repository at this point in the history
Fix: Migrate configuration for `phpunit/phpunit`
  • Loading branch information
localheinz committed Dec 27, 2021
2 parents 1d814ba + 5a0104f commit 90a7e5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Unit/phpunit.xml
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 90a7e5c

Please sign in to comment.