Skip to content

Commit e64b6ee

Browse files
test(password): provide logger mock for revocation-block path
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3c575f5 commit e64b6ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/php/Unit/Service/IdentifyMethod/PasswordTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ public function testValidateToSignWithCertificateData(
148148
$this->pkcs12Handler->method('readCertificate')->willReturn($certificateData);
149149

150150
$this->identifyService->method('getL10n')->willReturn($this->l10n);
151+
$this->identifyService->method('getLogger')->willReturn($this->logger);
151152

152153
$password = $this->getClass();
153154
$password->setCodeSentByUser('senha');

0 commit comments

Comments
 (0)