Skip to content

Commit d0cf06e

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

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
@@ -1808,7 +1808,7 @@ private function generateHooksPhp($hookObjects)
18081808
$hooks .= $steps;
18091809
if ($type === 'after') {
18101810
$hooks .= "\t\t" . 'if ($this->isSuccess) {' . "\n";
1811-
$hooks .= "\t\t\t" . 'unlink(__FILE__);' . "\n";
1811+
$hooks .= "\t\t\t" . 'unlink(__FILE__);' . "\n";
18121812
$hooks .= "\t\t" . '}' . "\n";
18131813
}
18141814
$hooks .= "\t}\n\n";

0 commit comments

Comments
 (0)