diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-18 18:40:34 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-18 18:57:45 +0200 |
commit | 9eade36ae5ac8d0fd9e002c78494f3ad19f919ab (patch) | |
tree | b0f8d8bd374f22f5cfde35bcdfc87cf6b1c29262 /tests/lib/appframework/http/ResponseTest.php | |
parent | 765782445a24fb1b239f2a3cd5c7b239ae4f6455 (diff) | |
download | nextcloud-server-9eade36ae5ac8d0fd9e002c78494f3ad19f919ab.tar.gz nextcloud-server-9eade36ae5ac8d0fd9e002c78494f3ad19f919ab.zip |
Fix namespaces in AppFramework tests
Diffstat (limited to 'tests/lib/appframework/http/ResponseTest.php')
-rw-r--r-- | tests/lib/appframework/http/ResponseTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/appframework/http/ResponseTest.php b/tests/lib/appframework/http/ResponseTest.php index f845f02d984..0c582f8f6ea 100644 --- a/tests/lib/appframework/http/ResponseTest.php +++ b/tests/lib/appframework/http/ResponseTest.php @@ -22,7 +22,7 @@ */ -namespace OC\AppFramework\Http; +namespace Test\AppFramework\Http; use OCP\AppFramework\Http\Response; |