Skip to content

Commit c41c90a

Browse files
committed
test: cover optional revocation timestamp argument
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 85d25fc commit c41c90a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/php/Unit/Service/Crl/CrlServiceTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ public function testRevokeCertificateWithValidReasonCode(): void {
282282
$reasonText,
283283
$revokedBy,
284284
null,
285-
5
285+
5,
286+
null,
286287
);
287288

288289
$result = $this->service->revokeCertificate($serialNumber, $reason, $reasonText, $revokedBy);

0 commit comments

Comments
 (0)