Skip to content

Commit 5f81deb

Browse files
committed
MQE-1703: Implicit Suite Generation for Tests
style fixes
1 parent 4a519fe commit 5f81deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/RunTestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private function resolveSuiteReferences($testConfigurationJson)
126126
$testArrayBuilder = [];
127127

128128
foreach ($suitesArray as $suite => $tests) {
129-
foreach($tests as $test){
129+
foreach ($tests as $test) {
130130
$testArrayBuilder[] = "$suite:$test";
131131
}
132132
}

0 commit comments

Comments
 (0)