add tests for copy file within shares ucing file-id (#7593)

This commit is contained in:
Nalem7
2023-10-27 15:11:32 +05:45
committed by GitHub
parent 8eb7f7aa96
commit a15fe45d6a
3 changed files with 33 additions and 3 deletions
@@ -610,7 +610,7 @@ class FeatureContext extends BehatVariablesContext {
}
$logMessage = "## $scenario ($scenarioLine)\n";
// Delete previous scenario's log file
if (\file_exists(HttpLogger::getScenarioLogPath())) {
\unlink(HttpLogger::getScenarioLogPath());