Skip to content

Commit fc3b3e4

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-2580: new changes
1 parent 7c0d162 commit fc3b3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ public function assembleTestPhp($testObject)
264264
$fileToArr = explode("\n", file_get_contents($testObject->getFilename()));
265265
$argArr = [];
266266
foreach ($fileToArr as $key => $fileVal) {
267-
if (strpos($fileVal, "<argument name") == true) {
268-
$argArr[$key] = explode(" ", trim($fileVal))[1];
267+
if (strpos($fileVal, "<argument name") == true) {
268+
$argArr[$key] = explode(" ", trim($fileVal))[1];
269269
}
270270
}
271271
foreach ($argArr as $key => $arrVal) {

0 commit comments

Comments
 (0)