Skip to content

Commit 5ad4bcf

Browse files
Delete dead code
1 parent 9f35e8a commit 5ad4bcf

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Event/Value/TestSuite/TestSuiteBuilder.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ final class TestSuiteBuilder
3131
*/
3232
public static function from(FrameworkTestSuite $testSuite): TestSuite
3333
{
34-
$groups = [];
35-
36-
foreach ($testSuite->groupDetails() as $groupName => $tests) {
37-
if (!isset($groups[$groupName])) {
38-
$groups[$groupName] = [];
39-
}
40-
41-
foreach ($tests as $test) {
42-
$groups[$groupName][] = $test::class;
43-
}
44-
}
45-
4634
$tests = [];
4735

4836
self::process($testSuite, $tests);

0 commit comments

Comments
 (0)