diff --git a/tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php b/tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php index c0aea8132434b..c8adef809661a 100644 --- a/tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php +++ b/tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php @@ -63,7 +63,9 @@ protected function setUp(): void { 'isPasswordProtected', 'isValidToken', 'showShare', - 'verifyPassword' + 'verifyPassword', + 'validateIdentity', + 'generatePassword' ])->getMock(); }