Skip to content

Commit bea64ed

Browse files
fix mutation test
1 parent fcc3c79 commit bea64ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/phpunit/src/Commands/Pull/PullFilesCommandTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ public function testPullAcsfSitesException(): void
7777
$selectedEnvironment = $environmentsResponse->_embedded->items[0];
7878
$sshHelper = $this->mockSshHelper();
7979
$this->mockGetAcsfSites($sshHelper, false);
80-
$localMachineHelper = $this->mockLocalMachineHelper();
81-
$this->mockExecuteRsync($localMachineHelper, $selectedEnvironment, '/mnt/files/profserv2.01dev/sites/g/files/jxr5000596dev/files/', $this->projectDir . '/docroot/sites/jxr5000596dev/files');
8280
$this->command->sshHelper = $sshHelper->reveal();
8381

8482
$inputs = [

0 commit comments

Comments
 (0)