diff options
author | Mario Vavti <mario@mariovavti.com> | 2025-07-10 11:37:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2025-07-10 11:37:01 +0200 |
commit | d782229ba0ae2ad2186a8d70459dc20b23842dea (patch) | |
tree | e7634db76736e887e28a56eb289f55bb076c889a /tests/unit/Lib/KeyutilsTest.php | |
parent | 52291fd371a64b65c4c758a37894c400b6340a37 (diff) | |
parent | e0298a4378d4da66d98f00565a853b2cfd80ea33 (diff) | |
download | volse-hubzilla-d782229ba0ae2ad2186a8d70459dc20b23842dea.tar.gz volse-hubzilla-d782229ba0ae2ad2186a8d70459dc20b23842dea.tar.bz2 volse-hubzilla-d782229ba0ae2ad2186a8d70459dc20b23842dea.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'tests/unit/Lib/KeyutilsTest.php')
-rw-r--r-- | tests/unit/Lib/KeyutilsTest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/Lib/KeyutilsTest.php b/tests/unit/Lib/KeyutilsTest.php index 6f5cad10d..1f3fa2295 100644 --- a/tests/unit/Lib/KeyutilsTest.php +++ b/tests/unit/Lib/KeyutilsTest.php @@ -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()); } |