remove unneeded code from test

This commit is contained in:
Mario
2025-07-09 08:00:27 +00:00
parent 43ebf69d09
commit 08b7eb52c7

View File

@@ -86,10 +86,6 @@ sQIDAQAB
'n' => new BigInteger($m, 256)
]);
if (method_exists($parsedKey, 'getPublicKey')) {
$parsedKey = $parsedKey->getPublicKey();
}
self::assertEquals($parsedKey->toString('PKCS8'), $this->getPubPKCS8());
}