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/DownloadResponseTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/lib/appframework/http/DownloadResponseTest.php') diff --git a/tests/lib/appframework/http/DownloadResponseTest.php b/tests/lib/appframework/http/DownloadResponseTest.php index 5e5db2c55ec..07c932b2725 100644 --- a/tests/lib/appframework/http/DownloadResponseTest.php +++ b/tests/lib/appframework/http/DownloadResponseTest.php @@ -22,9 +22,11 @@ */ -namespace OCP\AppFramework\Http; +namespace Test\AppFramework\Http; +use OCP\AppFramework\Http\DownloadResponse; + class ChildDownloadResponse extends DownloadResponse { }; -- cgit v1.2.3