We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f9d52 commit c3c0f39Copy full SHA for c3c0f39
1 file changed
tests/AdvancedCMS/SignerInfoTest.php
@@ -58,6 +58,10 @@ public function testUnsigned()
58
59
self::assertInstanceOf(RevocationValues::class, $unsignedAttributes->getRevocationValues());
60
self::assertInstanceOf(TimeStampToken::class, $unsignedAttributes->getTimeStampToken());
61
+
62
+ $signerInfo->deleteUnsignedAttributes();
63
64
+ self::assertNull($signerInfo->getUnsignedAttributes());
65
}
66
67
0 commit comments