Skip to content

Commit

Permalink
fix mutation test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgupta-acquia committed Jan 22, 2025
1 parent fcc3c79 commit bea64ed
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 @@ -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 = [
Expand Down

0 comments on commit bea64ed

Please sign in to comment.