From 35fbec0842a717f98063ca20dc6c0136e983d8b1 Mon Sep 17 00:00:00 2001 From: Matt Glaman Date: Thu, 5 Sep 2024 13:42:48 -0500 Subject: [PATCH] put back getApplicationIdes mock --- tests/phpunit/src/Commands/CommandBaseTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/src/Commands/CommandBaseTest.php b/tests/phpunit/src/Commands/CommandBaseTest.php index a4649ffd1..7073b3ea7 100644 --- a/tests/phpunit/src/Commands/CommandBaseTest.php +++ b/tests/phpunit/src/Commands/CommandBaseTest.php @@ -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(); }