From d75d80ba133c40ec519422db85f1493cbdc9edeb Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 11 Oct 2013 10:07:57 +0200 Subject: OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller --- tests/lib/appframework/middleware/MiddlewareTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/appframework/middleware/MiddlewareTest.php') 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'); -- cgit v1.2.3