Skip to content

Commit c27ffaf

Browse files
Delete code that is no longer needed
1 parent bc00571 commit c27ffaf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Framework/TestSuite.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ public function addTest(Test $test, array $groups = []): void
146146

147147
assert($test instanceof TestCase || $test instanceof PhptTestCase);
148148

149-
$class = new ReflectionClass($test);
150-
151-
if ($class->isAbstract()) {
152-
return;
153-
}
154-
155149
$this->tests[] = $test;
156150

157151
$this->clearCaches();

0 commit comments

Comments
 (0)