Skip to content

Commit

Permalink
Fix code coverage metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 25, 2024
1 parent be83252 commit bc6b6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Metadata/MetadataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#[CoversClass(DoesNotPerformAssertions::class)]
#[CoversClass(ExcludeGlobalVariableFromBackup::class)]
#[CoversClass(ExcludeStaticPropertyFromBackup::class)]
#[CoversClass(Group::class)]
#[CoversClass(\PHPUnit\Metadata\Group::class)]
#[CoversClass(IgnoreDeprecations::class)]
#[CoversClass(IgnoreClassForCodeCoverage::class)]
#[CoversClass(IgnoreMethodForCodeCoverage::class)]
Expand Down

0 comments on commit bc6b6fe

Please sign in to comment.