Skip to content

Commit 72e7389

Browse files
committed
fix(phpunit): set beStrictAboutCoverageMetadata=false to allow UsesClass on classes extending vendor base classes
1 parent 96e1598 commit 72e7389

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/kcode.phar

37.6 KB
Binary file not shown.

src/Configuration/PhpUnitConfigGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function generate(ProjectContext $context): string
4646
cacheDirectory="build/.phpunit.cache"
4747
executionOrder="depends,defects"
4848
requireCoverageMetadata="false"
49-
beStrictAboutCoverageMetadata="true"
49+
beStrictAboutCoverageMetadata="false"
5050
beStrictAboutOutputDuringTests="true"
5151
failOnRisky="true"
5252
failOnWarning="true"

0 commit comments

Comments
 (0)