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 011925b commit 3541230Copy full SHA for 3541230
src/Magento/FunctionalTestingFramework/Util/TestGenerator.php
@@ -269,10 +269,6 @@ public function throwExceptionIfDuplicateArgumentsFound(string $fileContents)
269
$err[] = 'Duplicate argument name '.$arrVal.' not allowed in helper or actionGroup';
270
throw new TestFrameworkException(implode(PHP_EOL, $err));
271
}
272
- if (!empty($argArr[$key + 2]) && $argArr[$key + 2] === $arrVal) {
273
- $err[] = 'Duplicate argument name '.$arrVal.' not allowed in helper or actionGroup';
274
- throw new TestFrameworkException(implode(PHP_EOL, $err));
275
- }
276
277
278
0 commit comments