Skip to content

Commit 0022b36

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-4318
1 parent b23a47b commit 0022b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Suite/SuiteGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private function generateSuiteFromTest($suiteName, $tests = [], $originalSuiteNa
164164
$relevantTests = [];
165165
if (!empty($tests)) {
166166
$this->validateTestsReferencedInSuite($suiteName, $tests, $originalSuiteName);
167-
foreach ($tests as $testName) {
167+
foreach ($tests as $key => $testName) {
168168
try {
169169
$suiteTests = $suiteCount.":".$key.":".$suiteName.':'.$testName."\n";
170170
file_put_contents($memberShipFilePath, $suiteTests, FILE_APPEND);

0 commit comments

Comments
 (0)