From 6bdcec67abe3b0e8587e53f957e68a9b32df4354 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sun, 16 Sep 2018 12:38:08 +0200 Subject: [PATCH] Add openssl to mock Signed-off-by: Daniel Kesselberg --- tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php b/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php index cd3bcb81ba6..681ad35c644 100644 --- a/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php +++ b/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php @@ -67,6 +67,7 @@ class PublicKeyTokenProviderTest extends TestCase { ['session_lifetime', 60 * 60 * 24, 150], ['remember_login_cookie_lifetime', 60 * 60 * 24 * 15, 300], ['secret', '', '1f4h9s'], + ['openssl', [], []], ])); $this->logger = $this->createMock(ILogger::class); $this->timeFactory = $this->createMock(ITimeFactory::class);