summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-02-28 14:14:20 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-04-03 10:52:34 +0200
commit4393b96542be6b0495d93cf9ed87e9b51b36121f (patch)
treef23cb5b2ef04edf7f16eecd6035545f1098dc9e8 /tests
parent966a3e696335d9dad2cc8dfa2ec44d44298626ff (diff)
downloadnextcloud-server-4393b96542be6b0495d93cf9ed87e9b51b36121f.tar.gz
nextcloud-server-4393b96542be6b0495d93cf9ed87e9b51b36121f.zip
Remove unused method getLocalFolder
It’s not used and not in any OCP interface/class. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/ViewTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/ViewTest.php b/tests/lib/Files/ViewTest.php
index b17eeea83c0..18a6fca05b0 100644
--- a/tests/lib/Files/ViewTest.php
+++ b/tests/lib/Files/ViewTest.php
@@ -1096,7 +1096,6 @@ class ViewTest extends \Test\TestCase {
['getMountPoint'],
['resolvePath'],
['getLocalFile'],
- ['getLocalFolder'],
['mkdir'],
['rmdir'],
['opendir'],