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 cb01908 commit d0cf06eCopy full SHA for d0cf06e
src/Magento/FunctionalTestingFramework/Util/TestGenerator.php
@@ -1808,7 +1808,7 @@ private function generateHooksPhp($hookObjects)
1808
$hooks .= $steps;
1809
if ($type === 'after') {
1810
$hooks .= "\t\t" . 'if ($this->isSuccess) {' . "\n";
1811
- $hooks .= "\t\t\t" . 'unlink(__FILE__);' . "\n";
+ $hooks .= "\t\t\t" . 'unlink(__FILE__);' . "\n";
1812
$hooks .= "\t\t" . '}' . "\n";
1813
}
1814
$hooks .= "\t}\n\n";
0 commit comments