aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/controller/ControllerTest.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-11 12:51:07 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-11 12:51:07 -0700
commit60541358ac375652d74e4a5b5d8cad865833aa92 (patch)
tree31bebc9e6c5fc38bdac1a42f381a68454f92814f /tests/lib/appframework/controller/ControllerTest.php
parent053b55721d69a54b8d9460868d9e6f3edc606271 (diff)
parentd75d80ba133c40ec519422db85f1493cbdc9edeb (diff)
downloadnextcloud-server-60541358ac375652d74e4a5b5d8cad865833aa92.tar.gz
nextcloud-server-60541358ac375652d74e4a5b5d8cad865833aa92.zip
Merge pull request #5280 from owncloud/shorten_controller_namespace
OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller
Diffstat (limited to 'tests/lib/appframework/controller/ControllerTest.php')
-rw-r--r--tests/lib/appframework/controller/ControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/appframework/controller/ControllerTest.php b/tests/lib/appframework/controller/ControllerTest.php
index 614744394ed..f17d5f24aa5 100644
--- a/tests/lib/appframework/controller/ControllerTest.php
+++ b/tests/lib/appframework/controller/ControllerTest.php
@@ -25,7 +25,7 @@
namespace Test\AppFramework\Controller;
use OC\AppFramework\Http\Request;
-use OCP\AppFramework\Controller\Controller;
+use OCP\AppFramework\Controller;
use OCP\AppFramework\Http\TemplateResponse;