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/ContentSecurityPolicyTest.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/ContentSecurityPolicyTest.php')
-rw-r--r-- | tests/lib/appframework/http/ContentSecurityPolicyTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/appframework/http/ContentSecurityPolicyTest.php b/tests/lib/appframework/http/ContentSecurityPolicyTest.php index adf03185e9f..82f2b3873b7 100644 --- a/tests/lib/appframework/http/ContentSecurityPolicyTest.php +++ b/tests/lib/appframework/http/ContentSecurityPolicyTest.php @@ -7,7 +7,7 @@ */ -namespace OC\AppFramework\Http; +namespace Test\AppFramework\Http; use OCP\AppFramework\Http; use OCP\AppFramework\Http\ContentSecurityPolicy; |