summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/backend.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-30 17:20:40 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-30 17:20:40 +0100
commitf776bcd4a0e58a8803ae4bf922bb278f6a5c5203 (patch)
treede248013ff131094a6ff91399ae71b17966a9cb6 /apps/files_sharing/tests/backend.php
parent90e523ead09436c54993ea527a1eec3faad7a0bd (diff)
downloadnextcloud-server-f776bcd4a0e58a8803ae4bf922bb278f6a5c5203.tar.gz
nextcloud-server-f776bcd4a0e58a8803ae4bf922bb278f6a5c5203.zip
remove unnecessary require calls - the ownCloud class loader is supposed to take care of this
Diffstat (limited to 'apps/files_sharing/tests/backend.php')
-rw-r--r--apps/files_sharing/tests/backend.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_sharing/tests/backend.php b/apps/files_sharing/tests/backend.php
index 9653713a9f9..e113c940678 100644
--- a/apps/files_sharing/tests/backend.php
+++ b/apps/files_sharing/tests/backend.php
@@ -20,14 +20,13 @@
*
*/
-require_once __DIR__ . '/base.php';
-
use OCA\Files\Share;
+use OCA\Files_sharing\Tests\TestCase;
/**
* Class Test_Files_Sharing
*/
-class Test_Files_Sharing_Backend extends Test_Files_Sharing_Base {
+class Test_Files_Sharing_Backend extends TestCase {
const TEST_FOLDER_NAME = '/folder_share_api_test';