mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
remove some unused variables
This commit is contained in:
parent
b947aab802
commit
8cf8c0b161
1 changed files with 0 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue