aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Lib/KeyutilsTest.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2025-07-10 11:37:01 +0200
committerMario Vavti <mario@mariovavti.com>2025-07-10 11:37:01 +0200
commitd782229ba0ae2ad2186a8d70459dc20b23842dea (patch)
treee7634db76736e887e28a56eb289f55bb076c889a /tests/unit/Lib/KeyutilsTest.php
parent52291fd371a64b65c4c758a37894c400b6340a37 (diff)
parente0298a4378d4da66d98f00565a853b2cfd80ea33 (diff)
downloadvolse-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.php4
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());
}