Skip to content

Commit 07acec2

Browse files
committed
Remove invalid beStrictAboutCoverageMetadata attribute from phpunit.xml.dist
This attribute is only available in PHPUnit 10+, but the project uses PHPUnit 9.6.29. The invalid attribute was causing a validation warning and potentially preventing coverage generation. Removed: beStrictAboutCoverageMetadata="false" This should allow PHPUnit to properly generate coverage reports with PCOV.
1 parent b43c404 commit 07acec2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
9-
beStrictAboutCoverageMetadata="false"
109
>
1110
<testsuites>
1211
<testsuite name="testing">

0 commit comments

Comments
 (0)