diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-02-28 14:14:20 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-04-03 10:52:34 +0200 |
commit | 4393b96542be6b0495d93cf9ed87e9b51b36121f (patch) | |
tree | f23cb5b2ef04edf7f16eecd6035545f1098dc9e8 /tests | |
parent | 966a3e696335d9dad2cc8dfa2ec44d44298626ff (diff) | |
download | nextcloud-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.php | 1 |
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'], |