Skip to content

Commit c34aebc

Browse files
committed
Adjustment to test output
1 parent dcd9aa9 commit c34aebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Commands/HmacTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function testEncrypt(): void
3636

3737
$this->assertSame($rawSecretKey, $tokenCheck->secret2);
3838

39+
$this->setMockIo([]);
3940
$this->assertNotFalse(command('shield:hmac encrypt'));
4041

4142
$tokenCheck = $idModel->find($token->id);
@@ -63,6 +64,7 @@ public function testDecrypt(): void
6364

6465
$rawSecretKey = $token->rawSecretKey;
6566

67+
$this->setMockIo([]);
6668
$this->assertNotFalse(command('shield:hmac decrypt'));
6769

6870
$token->secret2 = $rawSecretKey;

0 commit comments

Comments
 (0)