Skip to content

Commit

Permalink
remove mocks from testPushArtifactWithArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Sep 5, 2024
1 parent 17d5588 commit 2c7fab3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/phpunit/src/Commands/Push/PushArtifactCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ public function testPushArtifactWithAcquiaCliFile(): void

public function testPushArtifactWithArgs(): void
{
$applications = $this->mockRequest('getApplications');
$this->mockRequest('getApplicationByUuid', $applications[0]->uuid);
$this->mockRequest('getApplicationEnvironments', $applications[0]->uuid);
$destinationGitUrls = [
'https://github.com/example1/cli.git',
'https://github.com/example2/cli.git',
Expand Down

0 comments on commit 2c7fab3

Please sign in to comment.