mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix ShareManager tests
This commit is contained in:
parent
db0c3bd535
commit
e65e7a5ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ class ManagerTest extends \Test\TestCase {
|
|||
$share->method('getShareType')->willReturn($type);
|
||||
$share->method('getSharedWith')->willReturn($sharedWith);
|
||||
$share->method('getSharedBy')->willReturn($sharedBy);
|
||||
$share->method('getSharedOwner')->willReturn($shareOwner);
|
||||
$share->method('getShareOwner')->willReturn($shareOwner);
|
||||
$share->method('getNode')->willReturn($path);
|
||||
$share->method('getPermissions')->willReturn($permissions);
|
||||
$share->method('getExpirationDate')->willReturn($expireDate);
|
||||
|
|
|
|||
Loading…
Reference in a new issue