Commit 07acec2
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments