diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-12-16 14:24:48 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-12-17 14:03:50 +0100 |
commit | fd854247423de0d74b05b44bf16572d2be943819 (patch) | |
tree | 9c51dd102bc2f5f318e6081a23e93dd1164b6548 /tests/lib/files/node/root.php | |
parent | 95a145f67f037d5b91ecebc33deaefbb4af96a79 (diff) | |
download | nextcloud-server-fd854247423de0d74b05b44bf16572d2be943819.tar.gz nextcloud-server-fd854247423de0d74b05b44bf16572d2be943819.zip |
Add getMountPoint to FileInfo
Diffstat (limited to 'tests/lib/files/node/root.php')
-rw-r--r-- | tests/lib/files/node/root.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/node/root.php b/tests/lib/files/node/root.php index 35bd462157e..a763428209c 100644 --- a/tests/lib/files/node/root.php +++ b/tests/lib/files/node/root.php @@ -21,7 +21,7 @@ class Root extends \Test\TestCase { } protected function getFileInfo($data) { - return new FileInfo('', null, '', $data); + return new FileInfo('', null, '', $data, null); } public function testGet() { |