Skip to content

Commit

Permalink
Fix test case:
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgupta-acquia committed Jan 21, 2025
1 parent 87bb014 commit e6814d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/phpunit/src/CommandTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function mockAcsfEnvironmentsRequest(
/**
* @return array<mixed>
*/
protected function mockGetAcsfSites(mixed $sshHelper, $existAcsfSites = true): array
protected function mockGetAcsfSites(mixed $sshHelper, bool $existAcsfSites = true): array
{
$acsfMultisiteFetchProcess = $this->mockProcess();
$multisiteConfig = file_get_contents(Path::join($this->realFixtureDir, '/multisite-config.json'));
Expand Down
1 change: 0 additions & 1 deletion tests/phpunit/src/Commands/Pull/PullFilesCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public function testPullAcsfSitesException(): void
$this->expectException(AcquiaCliException::class);
$this->expectExceptionMessage('Could not get ACSF sites');
$this->executeCommand([], $inputs);

}

public function testRefreshCloudFiles(): void
Expand Down

0 comments on commit e6814d2

Please sign in to comment.