diff options
Diffstat (limited to 'tests/lib/connector/sabre/objecttree.php')
-rw-r--r-- | tests/lib/connector/sabre/objecttree.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/objecttree.php b/tests/lib/connector/sabre/objecttree.php index d1de46d2ee7..2548066214b 100644 --- a/tests/lib/connector/sabre/objecttree.php +++ b/tests/lib/connector/sabre/objecttree.php @@ -101,7 +101,7 @@ class ObjectTree extends \Test\TestCase { private function moveTest($source, $dest, $updatables, $deletables) { $view = new TestDoubleFileView($updatables, $deletables); - $info = new FileInfo('', null, null, array()); + $info = new FileInfo('', null, null, array(), null); $rootDir = new OC_Connector_Sabre_Directory($view, $info); $objectTree = $this->getMock('\OC\Connector\Sabre\ObjectTree', |