Skip to content

Commit

Permalink
put back getApplicationIdes mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Sep 5, 2024
1 parent 586b568 commit 35fbec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/src/Commands/CommandBaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function testUnauthenticatedFailure(): void
public function testCloudAppFromLocalConfig(): void
{
$this->command = $this->injectCommand(IdeListCommand::class);
$this->mockRequest('getApplicationIdes', 'a47ac10b-58cc-4372-a567-0e02b2c3d470');
$this->createMockAcliConfigFile('a47ac10b-58cc-4372-a567-0e02b2c3d470');
$this->executeCommand();
}
Expand Down

0 comments on commit 35fbec0

Please sign in to comment.