diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/autoloader.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/lib/autoloader.php b/tests/lib/autoloader.php index 6443d87a2e5..fafdefd01be 100644 --- a/tests/lib/autoloader.php +++ b/tests/lib/autoloader.php @@ -83,9 +83,7 @@ class AutoLoader extends TestCase { } public function testLoadCoreNamespaceSettings() { - $this->assertEquals([ - \OC::$SERVERROOT . '/settings/foo/bar.php', - ], $this->loader->findClass('OC\Settings\Foo\Bar')); + $this->assertEquals([], $this->loader->findClass('OC\Settings\Foo\Bar')); } public function testLoadCoreNamespaceRepair() { |