aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-03-18 15:26:04 +0100
committerRobin Appelman <icewind@owncloud.com>2015-03-26 19:56:57 +0100
commit1be7da4a57ed006bd246f25dbe053b58b89557c9 (patch)
tree377cea7c0ea851f9cf4b16a2194c6df8b1704129 /apps/files_encryption/tests
parent173c31e42af766298c9f43837a9a3e4021cdc131 (diff)
downloadnextcloud-server-1be7da4a57ed006bd246f25dbe053b58b89557c9.tar.gz
nextcloud-server-1be7da4a57ed006bd246f25dbe053b58b89557c9.zip
replace share proxy with hook
Diffstat (limited to 'apps/files_encryption/tests')
-rwxr-xr-xapps/files_encryption/tests/share.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php
index 06feb630f27..2a9f0359c91 100755
--- a/apps/files_encryption/tests/share.php
+++ b/apps/files_encryption/tests/share.php
@@ -62,9 +62,6 @@ class Share extends TestCase {
\OC::registerShareHooks();
\OCA\Files_Sharing\Helper::registerHooks();
- // clear and register hooks
- \OC_FileProxy::register(new \OCA\Files\Share\Proxy());
-
// create users
self::loginHelper(self::TEST_ENCRYPTION_SHARE_USER1, true);
self::loginHelper(self::TEST_ENCRYPTION_SHARE_USER2, true);