summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-09-19 14:42:34 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-09-19 14:42:34 +0200
commit8cf8c0b16168c2bc13d5593abcf7958ed39d27cb (patch)
treebb12acd8d4cb38107a76b93d03a5ff574a3c4f81 /apps/files_sharing
parentb947aab80290dc17a50aa714f07bb1981e5307d5 (diff)
downloadnextcloud-server-8cf8c0b16168c2bc13d5593abcf7958ed39d27cb.tar.gz
nextcloud-server-8cf8c0b16168c2bc13d5593abcf7958ed39d27cb.zip
remove some unused variables
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/tests/api.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_sharing/tests/api.php b/apps/files_sharing/tests/api.php
index fa65eac445b..e9d689ed43e 100644
--- a/apps/files_sharing/tests/api.php
+++ b/apps/files_sharing/tests/api.php
@@ -31,9 +31,6 @@ class Test_Files_Sharing_Api extends \PHPUnit_Framework_TestCase {
const TEST_FILES_SHARING_API_USER1 = "test-share-user1";
const TEST_FILES_SHARING_API_USER2 = "test-share-user2";
- const TEST_FILES_SHARING_API_USER3 = "test-share-user3";
- const TEST_FILES_SHARING_API_USER4 = "test-share-user4";
- const TEST_FILES_SHARING_API_GROUP1 = "test-share-group1";
public $filename;
public $data;
@@ -48,9 +45,6 @@ class Test_Files_Sharing_Api extends \PHPUnit_Framework_TestCase {
\OC_User::clearBackends();
\OC_User::useBackend('database');
- // enable resharing
- \OC_Appconfig::setValue('core', 'shareapi_allow_resharing', 'yes');
-
// clear share hooks
\OC_Hook::clear('OCP\\Share');
\OC::registerShareHooks();