From f776bcd4a0e58a8803ae4bf922bb278f6a5c5203 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 30 Oct 2014 17:20:40 +0100 Subject: remove unnecessary require calls - the ownCloud class loader is supposed to take care of this --- apps/files_sharing/tests/backend.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/files_sharing/tests/backend.php') 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'; -- cgit v1.2.3