Add openssl to mock

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2018-09-16 12:38:08 +02:00
parent 90a9a1ecc6
commit 6bdcec67ab
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

View file

@ -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);