From 9e157b9daf68d4143c4380b773af6587238e03ef Mon Sep 17 00:00:00 2001 From: ngl-kali Date: Wed, 11 Oct 2023 11:44:53 +0200 Subject: [PATCH] [908] fix filesystem remove file --- .../FunctionalTestingFramework/Console/CleanProjectCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magento/FunctionalTestingFramework/Console/CleanProjectCommand.php b/src/Magento/FunctionalTestingFramework/Console/CleanProjectCommand.php index 6517d3ab1..8b42786d2 100644 --- a/src/Magento/FunctionalTestingFramework/Console/CleanProjectCommand.php +++ b/src/Magento/FunctionalTestingFramework/Console/CleanProjectCommand.php @@ -86,7 +86,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $output->writeln($file->getRealPath()); } - $fileSystem->remove($file); + $fileSystem->remove($file->getRealPath()); } // delete files specified for removal