Skip to content

Commit bbed911

Browse files
Manjusha.SManjusha.S
authored andcommitted
MQE-2021 : Added new attribute unique
1 parent d0cf06e commit bbed911

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,7 @@ private function generateMethodAnnotations($annotationType = null, $annotationNa
525525
break;
526526

527527
case null:
528-
$annotationToAppend = sprintf(
529-
"{$indent} * @Parameter(name = \"%s\", value=\"$%s\")\n",
530-
"AcceptanceTester",
531-
"I"
532-
);
528+
$annotationToAppend = "";
533529
$annotationToAppend .= sprintf("{$indent} * @param %s $%s\n", "AcceptanceTester", "I");
534530
$annotationToAppend .= "{$indent} * @return void\n";
535531
$annotationToAppend .= "{$indent} * @throws \Exception\n";

0 commit comments

Comments
 (0)