Skip to content

Commit 29daf46

Browse files
authored
Merge pull request #201 from SimonFrings/xml
Fix `include` section in `phpunit.xml.dist` to avoid warning (Promise v2)
2 parents 55fa42b + a497ab8 commit 29daf46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<coverage>
1515
<include>
1616
<directory>./src/</directory>
17-
<exclude>
18-
<file>./src/functions_include.php</file>
19-
</exclude>
2017
</include>
18+
<exclude>
19+
<file>./src/functions_include.php</file>
20+
</exclude>
2121
</coverage>
2222
</phpunit>

0 commit comments

Comments
 (0)