Skip to content

Commit

Permalink
Fix: Remove unnecessary coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 3, 2023
1 parent 5415da3 commit fa9cc29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions test/EndToEnd/Version10/phpunit.xml
Expand Up @@ -23,12 +23,6 @@
stopOnIncomplete="false"
stopOnSkipped="false"
>
<coverage includeUncoveredFiles="true"/>
<source>
<include>
<directory suffix=".php">../../../src/</directory>
</include>
</source>
<testsuites>
<testsuite name="End-to-end Tests">
<directory suffix=".phpt">.</directory>
Expand Down
1 change: 0 additions & 1 deletion test/EndToEnd/Version9/phpunit.xml
Expand Up @@ -18,7 +18,6 @@
stopOnSkipped="false"
verbose="true"
>
<coverage includeUncoveredFiles="true"/>
<testsuites>
<testsuite name="End-to-end Tests">
<directory suffix=".phpt">.</directory>
Expand Down

0 comments on commit fa9cc29

Please sign in to comment.