mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Name method properly
This commit is contained in:
parent
3491400261
commit
da0666e4f0
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class TestDoubleFileView extends \OC\Files\View {
|
|||
}
|
||||
|
||||
public function getFileInfo($path, $includeMountPoints = true) {
|
||||
$objectTreeTest = new ObjectTreeTest();
|
||||
$objectTreeTest = new ObjectTree();
|
||||
return $objectTreeTest->getFileInfoMock();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue