Skip to content
Prev Previous commit
Next Next commit
changed the data tpe for hide download
Signed-off-by: Yogesh Shejwadkar <[email protected]>
  • Loading branch information
TSI-yogeshshejwadkar committed Feb 9, 2022
commit aaabf8aaf82cb8fd016ac14e174e5fed25f75fef
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ public function testGetGetShareNotExists() {

public function createShare($id, $shareType, $sharedWith, $sharedBy, $shareOwner, $path, $permissions,
$shareTime, $expiration, $parent, $target, $mail_send, $note = '', $token = null,
$password = null, $label = '', $hideDownload = null) {
$password = null, $label = '', $hideDownload = false) {
$share = $this->getMockBuilder(IShare::class)->getMock();
$share->method('getId')->willReturn($id);
$share->method('getShareType')->willReturn($shareType);
Expand Down