Skip to content

Commit a5bf1ab

Browse files
committed
[rector] Rector fixes
1 parent bcd0ffa commit a5bf1ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NodeAnalyzer/TestsNodeAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public function isDirectlyExtendsTestCase(Node $node): bool
5454
if ($parents === []) {
5555
return false;
5656
}
57+
5758
return in_array($parents[0]->getName(), PHPUnitClassName::TEST_CLASSES, true);
5859
}
5960

0 commit comments

Comments
 (0)