Skip to content

Commit

Permalink
Merge pull request #8 from arnoudhgz/feature/phpstan-phpunit-standards
Browse files Browse the repository at this point in the history
Update phpunit_dist.xml
  • Loading branch information
leonhelmus committed Aug 25, 2022
2 parents b4c10f5 + 97e641c commit 54885fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/files/default/phpunit_dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheResult="false">
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<coverage processUncoveredFilesFromWhitelist="true">
<include>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<include>
</coverage>
</phpunit>

0 comments on commit 54885fe

Please sign in to comment.