aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/http/HttpTest.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-23 00:40:30 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-23 00:40:30 -0700
commit4bf37f72b2a263aa19db5ea47f05d5ddcc802162 (patch)
tree828585b3c33c9ffed2a876fe0cb98e0422c21ffb /tests/lib/appframework/http/HttpTest.php
parentcf61b1a9776d78f25484d54354b049fe82693b6d (diff)
parentad017285e15b077bf0ca3457f05a7b082abea6b0 (diff)
downloadnextcloud-server-4bf37f72b2a263aa19db5ea47f05d5ddcc802162.tar.gz
nextcloud-server-4bf37f72b2a263aa19db5ea47f05d5ddcc802162.zip
Merge pull request #5482 from owncloud/fix_weird_http_namespace
Fix namespace for OCP\Appframework\Http
Diffstat (limited to 'tests/lib/appframework/http/HttpTest.php')
-rw-r--r--tests/lib/appframework/http/HttpTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/appframework/http/HttpTest.php b/tests/lib/appframework/http/HttpTest.php
index 382d511b116..0bdcee24c99 100644
--- a/tests/lib/appframework/http/HttpTest.php
+++ b/tests/lib/appframework/http/HttpTest.php
@@ -24,6 +24,7 @@
namespace OC\AppFramework\Http;
+use OC\AppFramework\Http;
//require_once(__DIR__ . "/../classloader.php");