diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-03-18 15:26:04 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-03-26 19:56:57 +0100 |
commit | 1be7da4a57ed006bd246f25dbe053b58b89557c9 (patch) | |
tree | 377cea7c0ea851f9cf4b16a2194c6df8b1704129 /apps/files_sharing/tests/updater.php | |
parent | 173c31e42af766298c9f43837a9a3e4021cdc131 (diff) | |
download | nextcloud-server-1be7da4a57ed006bd246f25dbe053b58b89557c9.tar.gz nextcloud-server-1be7da4a57ed006bd246f25dbe053b58b89557c9.zip |
replace share proxy with hook
Diffstat (limited to 'apps/files_sharing/tests/updater.php')
-rw-r--r-- | apps/files_sharing/tests/updater.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/updater.php b/apps/files_sharing/tests/updater.php index f019fc6a4b2..df1bbe1cc66 100644 --- a/apps/files_sharing/tests/updater.php +++ b/apps/files_sharing/tests/updater.php @@ -66,7 +66,6 @@ class Test_Files_Sharing_Updater extends OCA\Files_sharing\Tests\TestCase { \OC_App::enable('files_trashbin'); \OCA\Files_Trashbin\Trashbin::registerHooks(); - OC_FileProxy::register(new OCA\Files\Share\Proxy()); $fileinfo = \OC\Files\Filesystem::getFileInfo($this->folder); $this->assertTrue($fileinfo instanceof \OC\Files\FileInfo); |