Skip to content

Commit 0ce8501

Browse files
Add code coverage metadata
1 parent 74cfe4e commit 0ce8501

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/tests/Target/MapperTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @phpstan-import-type TargetMap from Mapper
3434
*/
3535
#[CoversClass(Mapper::class)]
36+
#[CoversClass(InvalidCodeCoverageTargetException::class)]
3637
#[Small]
3738
final class MapperTest extends TestCase
3839
{

tests/tests/Target/TargetCollectionValidatorTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* @phpstan-import-type TargetMap from Mapper
2323
*/
2424
#[CoversClass(TargetCollectionValidator::class)]
25+
#[CoversClass(InvalidCodeCoverageTargetException::class)]
2526
#[Small]
2627
final class TargetCollectionValidatorTest extends TestCase
2728
{

0 commit comments

Comments
 (0)