Skip to content

Commit 154eeb5

Browse files
Add missing code coverage metadata
1 parent 9adc7f3 commit 154eeb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/Metadata/Parser/AttributeParserTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
use PHPUnit\Framework\Attributes\Small;
6161
use PHPUnit\Framework\Attributes\Test;
6262
use PHPUnit\Framework\Attributes\TestDox;
63+
use PHPUnit\Framework\Attributes\TestDoxFormatter;
64+
use PHPUnit\Framework\Attributes\TestDoxFormatterExternal;
6365
use PHPUnit\Framework\Attributes\TestWith;
6466
use PHPUnit\Framework\Attributes\TestWithJson;
6567
use PHPUnit\Framework\Attributes\Ticket;
@@ -127,6 +129,8 @@
127129
#[CoversClass(RunTestsInSeparateProcesses::class)]
128130
#[CoversClass(Small::class)]
129131
#[CoversClass(TestDox::class)]
132+
#[CoversClass(TestDoxFormatter::class)]
133+
#[CoversClass(TestDoxFormatterExternal::class)]
130134
#[CoversClass(Test::class)]
131135
#[CoversClass(TestWithJson::class)]
132136
#[CoversClass(TestWith::class)]

0 commit comments

Comments
 (0)