Skip to content

Commit 90e93d4

Browse files
Merge pull request #139 from RonasIT/dpankratov/update-readme
feat: ignore PHPUnit extensions classes from coverage
2 parents 6a8f91b + b6851b7 commit 90e93d4

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)