Skip to content

Commit

Permalink
Merge pull request #139 from RonasIT/dpankratov/update-readme
Browse files Browse the repository at this point in the history
feat: ignore PHPUnit extensions classes from coverage
  • Loading branch information
astorozhevsky authored Oct 14, 2024
2 parents 6a8f91b + b6851b7 commit 90e93d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</include>
<exclude>
<file>./app/Http/routes.php</file>
<directory suffix=".php">./src/Support/PHPUnit</directory>
</exclude>
</source>
</phpunit>

0 comments on commit 90e93d4

Please sign in to comment.