aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Lib/KeyutilsTest.php
diff options
context:
space:
mode:
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());
}