From bea64ed408fe89da91a3dc03c13e893d6a6f8c92 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Wed, 22 Jan 2025 05:47:31 +0530 Subject: [PATCH] fix mutation test --- tests/phpunit/src/Commands/Pull/PullFilesCommandTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/src/Commands/Pull/PullFilesCommandTest.php b/tests/phpunit/src/Commands/Pull/PullFilesCommandTest.php index 49c1542a4..80f546d9a 100644 --- a/tests/phpunit/src/Commands/Pull/PullFilesCommandTest.php +++ b/tests/phpunit/src/Commands/Pull/PullFilesCommandTest.php @@ -77,8 +77,6 @@ public function testPullAcsfSitesException(): void $selectedEnvironment = $environmentsResponse->_embedded->items[0]; $sshHelper = $this->mockSshHelper(); $this->mockGetAcsfSites($sshHelper, false); - $localMachineHelper = $this->mockLocalMachineHelper(); - $this->mockExecuteRsync($localMachineHelper, $selectedEnvironment, '/mnt/files/profserv2.01dev/sites/g/files/jxr5000596dev/files/', $this->projectDir . '/docroot/sites/jxr5000596dev/files'); $this->command->sshHelper = $sshHelper->reveal(); $inputs = [