From 4393b96542be6b0495d93cf9ed87e9b51b36121f Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Tue, 28 Feb 2023 14:14:20 +0100 Subject: Remove unused method getLocalFolder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not used and not in any OCP interface/class. Signed-off-by: Côme Chilliet --- tests/lib/Files/ViewTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/lib/Files/ViewTest.php') 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'], -- cgit v1.2.3