We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd0ffa commit a5bf1abCopy full SHA for a5bf1ab
src/NodeAnalyzer/TestsNodeAnalyzer.php
@@ -54,6 +54,7 @@ public function isDirectlyExtendsTestCase(Node $node): bool
54
if ($parents === []) {
55
return false;
56
}
57
+
58
return in_array($parents[0]->getName(), PHPUnitClassName::TEST_CLASSES, true);
59
60
0 commit comments