mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
remove unneeded code from test
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user