summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/middleware/sessionmiddlewaretest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/appframework/middleware/sessionmiddlewaretest.php')
-rw-r--r--tests/lib/appframework/middleware/sessionmiddlewaretest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/appframework/middleware/sessionmiddlewaretest.php b/tests/lib/appframework/middleware/sessionmiddlewaretest.php
index 11c1600f515..06390e96d4c 100644
--- a/tests/lib/appframework/middleware/sessionmiddlewaretest.php
+++ b/tests/lib/appframework/middleware/sessionmiddlewaretest.php
@@ -36,6 +36,7 @@ class SessionMiddlewareTest extends \Test\TestCase {
$this->request = new Request(
[],
$this->getMockBuilder('\OCP\Security\ISecureRandom')->getMock(),
+ $this->getMock('\OCP\Security\ICrypto'),
$this->getMock('\OCP\IConfig')
);
$this->reflector = new ControllerMethodReflector();