diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-19 14:42:34 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-19 14:42:34 +0200 |
commit | 8cf8c0b16168c2bc13d5593abcf7958ed39d27cb (patch) | |
tree | bb12acd8d4cb38107a76b93d03a5ff574a3c4f81 /apps/files_sharing | |
parent | b947aab80290dc17a50aa714f07bb1981e5307d5 (diff) | |
download | nextcloud-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.php | 6 |
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(); |