Skip to content

Commit b6851b7

Browse files
committed
feat: ignore PHPUnit extensions classes from coverage
1 parent 8a2779f commit b6851b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
</include>
2727
<exclude>
2828
<file>./app/Http/routes.php</file>
29+
<directory suffix=".php">./src/Support/PHPUnit</directory>
2930
</exclude>
3031
</source>
3132
</phpunit>

0 commit comments

Comments
 (0)