Skip to content

Commit fcc3c79

Browse files
Fix the failure test case
1 parent 7f2ccb0 commit fcc3c79

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
@@ -78,9 +78,7 @@ public function testPullAcsfSitesException(): void
7878
$sshHelper = $this->mockSshHelper();
7979
$this->mockGetAcsfSites($sshHelper, false);
8080
$localMachineHelper = $this->mockLocalMachineHelper();
81-
$this->mockGetFilesystem($localMachineHelper);
8281
$this->mockExecuteRsync($localMachineHelper, $selectedEnvironment, '/mnt/files/profserv2.01dev/sites/g/files/jxr5000596dev/files/', $this->projectDir . '/docroot/sites/jxr5000596dev/files');
83-
8482
$this->command->sshHelper = $sshHelper->reveal();
8583

8684
$inputs = [

0 commit comments

Comments
 (0)