Skip to content

Commit e96bfa3

Browse files
Merge branch '10.5' into 11.0
2 parents 097d217 + 5ad4bcf commit e96bfa3

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 @@
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)