From 9eade36ae5ac8d0fd9e002c78494f3ad19f919ab Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 18 May 2016 18:40:34 +0200 Subject: Fix namespaces in AppFramework tests --- tests/lib/appframework/http/RequestTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/lib/appframework/http/RequestTest.php') diff --git a/tests/lib/appframework/http/RequestTest.php b/tests/lib/appframework/http/RequestTest.php index 3f1d09c2a93..5b960908991 100644 --- a/tests/lib/appframework/http/RequestTest.php +++ b/tests/lib/appframework/http/RequestTest.php @@ -8,8 +8,9 @@ * See the COPYING-README file. */ -namespace OC\AppFramework\Http; +namespace Test\AppFramework\Http; +use OC\AppFramework\Http\Request; use OC\Security\CSRF\CsrfToken; use OC\Security\CSRF\CsrfTokenManager; use OCP\Security\ISecureRandom; -- cgit v1.2.3