Skip to content

Commit

Permalink
Fix include section in phpunit.xml.dist to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Nov 16, 2021
1 parent b233f5f commit a497ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<coverage>
<include>
<directory>./src/</directory>
<exclude>
<file>./src/functions_include.php</file>
</exclude>
</include>
<exclude>
<file>./src/functions_include.php</file>
</exclude>
</coverage>
</phpunit>

0 comments on commit a497ab8

Please sign in to comment.