File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tests/unit/Metadata/Parser Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 60
60
use PHPUnit \Framework \Attributes \Small ;
61
61
use PHPUnit \Framework \Attributes \Test ;
62
62
use PHPUnit \Framework \Attributes \TestDox ;
63
+ use PHPUnit \Framework \Attributes \TestDoxFormatter ;
64
+ use PHPUnit \Framework \Attributes \TestDoxFormatterExternal ;
63
65
use PHPUnit \Framework \Attributes \TestWith ;
64
66
use PHPUnit \Framework \Attributes \TestWithJson ;
65
67
use PHPUnit \Framework \Attributes \Ticket ;
127
129
#[CoversClass(RunTestsInSeparateProcesses::class)]
128
130
#[CoversClass(Small::class)]
129
131
#[CoversClass(TestDox::class)]
132
+ #[CoversClass(TestDoxFormatter::class)]
133
+ #[CoversClass(TestDoxFormatterExternal::class)]
130
134
#[CoversClass(Test::class)]
131
135
#[CoversClass(TestWithJson::class)]
132
136
#[CoversClass(TestWith::class)]
You can’t perform that action at this time.
0 commit comments