diff options
Diffstat (limited to 'tests/lib/AutoLoaderTest.php')
-rw-r--r-- | tests/lib/AutoLoaderTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |