We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4c95d commit cb37563Copy full SHA for cb37563
src/Magento/FunctionalTestingFramework/Util/TestGenerator.php
@@ -273,7 +273,7 @@ public function assembleTestPhp($testObject)
273
$err[] = 'Duplicate argument name '.$arrVal.' not allowed in helper or actionGroup';
274
throw new TestFrameworkException(implode(PHP_EOL, $err));
275
}
276
- if (!empty($argArr[$key - 1]) && $argArr[$key - 1] === $arrVal) {
+ if (!empty($argArr[$key + 2]) && $argArr[$key + 2] === $arrVal) {
277
278
279
0 commit comments