Skip to content

Commit

Permalink
Merge pull request #201 from SimonFrings/xml
Browse files Browse the repository at this point in the history
Fix `include` section in `phpunit.xml.dist` to avoid warning (Promise v2)
  • Loading branch information
clue authored Nov 17, 2021
2 parents 55fa42b + a497ab8 commit 29daf46
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 29daf46

Please sign in to comment.