mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add openssl to mock
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
90a9a1ecc6
commit
6bdcec67ab
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue