Skip to content

Commit a497ab8

Browse files
committed
Fix include section in phpunit.xml.dist to avoid warning
1 parent b233f5f commit a497ab8

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)