Skip to content

Commit

Permalink
Fix the failure test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgupta-acquia committed Jan 22, 2025
1 parent 7f2ccb0 commit fcc3c79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/phpunit/src/Commands/Pull/PullFilesCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ public function testPullAcsfSitesException(): void
$sshHelper = $this->mockSshHelper();
$this->mockGetAcsfSites($sshHelper, false);
$localMachineHelper = $this->mockLocalMachineHelper();
$this->mockGetFilesystem($localMachineHelper);
$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 = [
Expand Down

0 comments on commit fcc3c79

Please sign in to comment.