summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/backend.php
diff options
context:
space:
mode:
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';