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 28, 2021
1 parent 76313d0 commit 193e997
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions test/Integration/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>
<php>
<env name="COLUMNS" value="200"/>
<env name="COMPOSER_ALLOW_XDEBUG" value="1"/>
Expand Down
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 193e997

Please sign in to comment.