Name method properly

This commit is contained in:
Lukas Reschke 2016-06-30 15:37:33 +02:00
parent 3491400261
commit da0666e4f0
No known key found for this signature in database
GPG Key ID: 9AB0ADB949B6898C
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}