We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ed587 commit 3864cb2Copy full SHA for 3864cb2
storage/test/HmacCommandTest.php
@@ -104,8 +104,9 @@ public function testHmacKeyGet()
104
$this->assertContains("HMAC key Metadata:", $this->getActualOutput());
105
}
106
107
- public function testHmacKeyDeactivate() {
108
- $this->commandTesterManage->execute(
+ public function testHmacKeyDeactivate()
+ {
109
+ $this->commandTesterManage->execute(
110
[
111
'projectId' => self::$projectId,
112
'accessId' => $this->accessId,
0 commit comments