diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-23 00:40:30 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-23 00:40:30 -0700 |
commit | 4bf37f72b2a263aa19db5ea47f05d5ddcc802162 (patch) | |
tree | 828585b3c33c9ffed2a876fe0cb98e0422c21ffb /tests/lib/appframework/http/HttpTest.php | |
parent | cf61b1a9776d78f25484d54354b049fe82693b6d (diff) | |
parent | ad017285e15b077bf0ca3457f05a7b082abea6b0 (diff) | |
download | nextcloud-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.php | 1 |
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"); |