Skip to content

Commit

Permalink
no inject
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed May 16, 2024
1 parent 9d13e54 commit d1c6cc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/phpunit/src/Commands/CommandBaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,12 @@ public function testUnauthenticatedFailure(): void {
$this->executeCommand([], $inputs);
}

public function testCloudAppFromLocalConfig(): void {
$this->mockRequest('getApplicationByUuid', 'a47ac10b-58cc-4372-a567-0e02b2c3d470');
$this->mockRequest('getApplicationIdes', 'a47ac10b-58cc-4372-a567-0e02b2c3d470');
$this->createMockAcliConfigFile('a47ac10b-58cc-4372-a567-0e02b2c3d470');
$this->executeCommand();

}

}

0 comments on commit d1c6cc2

Please sign in to comment.