Skip to content

Commit

Permalink
fixes AuthPublicShareControllerTest.php
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
  • Loading branch information
StCyr committed Apr 9, 2022
1 parent dd49f75 commit 2aa9885
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ protected function setUp(): void {
'isPasswordProtected',
'isValidToken',
'showShare',
'verifyPassword'
'verifyPassword',
'validateIdentity',
'generatePassword'
])->getMock();
}

Expand Down

0 comments on commit 2aa9885

Please sign in to comment.