Fix Share Manager tests with phpunit 5.2+
This commit is contained in:
parent
777dbec369
commit
75c172a062
|
@ -590,7 +590,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 New Issue