Skip to content

Commit

Permalink
Use <source> instead of <coverage>
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 2, 2024
1 parent 80d90d5 commit 43d6402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixture/example/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</testsuite>
</testsuites>

<coverage>
<source>
<include>
<directory>src</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit 43d6402

Please sign in to comment.