summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2018-09-16 12:38:08 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2018-09-16 12:38:08 +0200
commit6bdcec67abe3b0e8587e53f957e68a9b32df4354 (patch)
tree011ccc704f7e1d04246b11172e660c98bebdc16a /tests/lib/Authentication
parent90a9a1ecc60467992cc8e969487bfb4a3728dbca (diff)
downloadnextcloud-server-6bdcec67abe3b0e8587e53f957e68a9b32df4354.tar.gz
nextcloud-server-6bdcec67abe3b0e8587e53f957e68a9b32df4354.zip
Add openssl to mock
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'tests/lib/Authentication')
-rw-r--r--tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php1
1 files changed, 1 insertions, 0 deletions
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);