Skip to content

Commit f2ed017

Browse files
committed
MQE-878: Modify parallel grouping algorithm to work with suites
- fix for static check post merge
1 parent c9cbeb6 commit f2ed017

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ private function assembleAllTestPhp($testManifest, $nodes, array $testsToIgnore)
232232
$php = $this->assembleTestPhp($test);
233233
$cestPhpArray[] = [$test->getCodeceptionName(), $php];
234234

235-
236235
$debugInformation = $test->getDebugInformation();
237-
238236
$this->debug($debugInformation);
239237
$this->debug("<comment>Finish creating test: " . $test->getCodeceptionName() . "</comment>" . PHP_EOL);
240238

0 commit comments

Comments
 (0)