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 cf620b6 commit 57dc379Copy full SHA for 57dc379
Legacy/CoverageListenerTrait.php
@@ -42,7 +42,7 @@ public function startTest($test)
42
return;
43
}
44
45
- $annotations = $test->getAnnotations();
+ $annotations = Test::parseTestMethodAnnotations(\get_class($test), $test->getName(false));
46
47
$ignoredAnnotations = ['covers', 'coversDefaultClass', 'coversNothing'];
48
0 commit comments