We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a4b29 commit 87a5ef0Copy full SHA for 87a5ef0
tests/tests/StaticAnalysis/ExecutableLinesFindingVisitorTest.php
@@ -16,12 +16,11 @@
16
use PhpParser\Lexer;
17
use PhpParser\NodeTraverser;
18
use PhpParser\ParserFactory;
19
+use PHPUnit\Framework\Attributes\CoversClass;
20
use PHPUnit\Framework\Attributes\RequiresPhp;
21
use PHPUnit\Framework\TestCase;
22
-/**
23
- * @covers \SebastianBergmann\CodeCoverage\StaticAnalysis\ExecutableLinesFindingVisitor
24
- */
+#[CoversClass(ExecutableLinesFindingVisitor::class)]
25
final class ExecutableLinesFindingVisitorTest extends TestCase
26
{
27
public function testExecutableLinesAreGroupedByBranch(): void
0 commit comments