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 dcd9aa9 commit c34aebcCopy full SHA for c34aebc
tests/Commands/HmacTest.php
@@ -36,6 +36,7 @@ public function testEncrypt(): void
36
37
$this->assertSame($rawSecretKey, $tokenCheck->secret2);
38
39
+ $this->setMockIo([]);
40
$this->assertNotFalse(command('shield:hmac encrypt'));
41
42
$tokenCheck = $idModel->find($token->id);
@@ -63,6 +64,7 @@ public function testDecrypt(): void
63
64
65
$rawSecretKey = $token->rawSecretKey;
66
67
68
$this->assertNotFalse(command('shield:hmac decrypt'));
69
70
$token->secret2 = $rawSecretKey;
0 commit comments