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, 0 insertions, 1 deletions
diff --git a/tests/lib/appframework/middleware/sessionmiddlewaretest.php b/tests/lib/appframework/middleware/sessionmiddlewaretest.php
index 06390e96d4c..11c1600f515 100644
--- a/tests/lib/appframework/middleware/sessionmiddlewaretest.php
+++ b/tests/lib/appframework/middleware/sessionmiddlewaretest.php
@@ -36,7 +36,6 @@ 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();