From eb69e89fa5b96c1c247be57e25a7cf87f7b29e17 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 26 Sep 2024 23:57:10 +0200 Subject: chore: Drop unused legacy `OC_Files` It is replaced with the Sabre `ZipFolderPlugin` and apps should use the `OCP\AppFramework\Http\StreamResponse`. Signed-off-by: Ferdinand Thiessen --- tests/lib/AutoLoaderTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/lib/AutoLoaderTest.php b/tests/lib/AutoLoaderTest.php index 2aa8bc2a26a..72d4a2e94cf 100644 --- a/tests/lib/AutoLoaderTest.php +++ b/tests/lib/AutoLoaderTest.php @@ -20,8 +20,8 @@ class AutoLoaderTest extends TestCase { public function testLegacyPath(): void { $this->assertEquals([ - \OC::$SERVERROOT . '/lib/private/legacy/files.php', - ], $this->loader->findClass('OC_Files')); + \OC::$SERVERROOT . '/lib/private/legacy/json.php', + ], $this->loader->findClass('OC_JSON')); } public function testLoadTestTestCase(): void { -- cgit v1.2.3