Skip to content

Commit 38690e6

Browse files
committed
MQE-2495: config parallel by number of groups
1 parent 684e793 commit 38690e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Console/GenerateTestsCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
133133
}
134134

135135
if ($config === 'parallel') {
136-
list($config, $configNumber) = $this->parseConfigureParalleOptions($time, $groups);
136+
list($config, $configNumber) = $this->parseConfigParallelOptions($time, $groups);
137137
}
138138

139139
// Remove previous GENERATED_DIR if --remove option is used
@@ -271,7 +271,7 @@ private function parseTestsConfigJson($json, array $testConfiguration)
271271
* @return array
272272
* @throws FastFailException
273273
*/
274-
private function parseConfigureParalleOptions($time, $groups)
274+
private function parseConfigParallelOptions($time, $groups)
275275
{
276276
$config = null;
277277
$configNumber = null;

0 commit comments

Comments
 (0)