Skip to content

Commit 7b4c95d

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-2580: extra validation added
1 parent c93cc72 commit 7b4c95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function assembleTestPhp($testObject)
269269
}
270270
}
271271
foreach ($argArr as $key => $arrVal) {
272-
if (!empty($argArr[$key + 1]) && $argArr[$key + 1] === $arrVal ) {
272+
if (!empty($argArr[$key + 1]) && $argArr[$key + 1] === $arrVal) {
273273
$err[] = 'Duplicate argument name '.$arrVal.' not allowed in helper or actionGroup';
274274
throw new TestFrameworkException(implode(PHP_EOL, $err));
275275
}

0 commit comments

Comments
 (0)