summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/middleware/MiddlewareTest.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-10-11 10:07:57 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-10-11 10:07:57 +0200
commitd75d80ba133c40ec519422db85f1493cbdc9edeb (patch)
tree31bebc9e6c5fc38bdac1a42f381a68454f92814f /tests/lib/appframework/middleware/MiddlewareTest.php
parent053b55721d69a54b8d9460868d9e6f3edc606271 (diff)
downloadnextcloud-server-d75d80ba133c40ec519422db85f1493cbdc9edeb.tar.gz
nextcloud-server-d75d80ba133c40ec519422db85f1493cbdc9edeb.zip
OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller
Diffstat (limited to 'tests/lib/appframework/middleware/MiddlewareTest.php')
-rw-r--r--tests/lib/appframework/middleware/MiddlewareTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/appframework/middleware/MiddlewareTest.php b/tests/lib/appframework/middleware/MiddlewareTest.php
index fde67fbd395..7a93c0d4dda 100644
--- a/tests/lib/appframework/middleware/MiddlewareTest.php
+++ b/tests/lib/appframework/middleware/MiddlewareTest.php
@@ -47,7 +47,7 @@ class MiddlewareTest extends \PHPUnit_Framework_TestCase {
$this->api = $this->getMock('OC\AppFramework\DependencyInjection\DIContainer',
array(), array('test'));
- $this->controller = $this->getMock('OCP\AppFramework\Controller\Controller',
+ $this->controller = $this->getMock('OCP\AppFramework\Controller',
array(), array($this->api, new Request()));
$this->exception = new \Exception();
$this->response = $this->getMock('OCP\AppFramework\Http\Response');