diff options
Diffstat (limited to 'tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php')
-rw-r--r-- | tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php b/tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php index c0aea813243..c8adef80966 100644 --- a/tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php +++ b/tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php @@ -63,7 +63,9 @@ class AuthPublicShareControllerTest extends \Test\TestCase { 'isPasswordProtected', 'isValidToken', 'showShare', - 'verifyPassword' + 'verifyPassword', + 'validateIdentity', + 'generatePassword' ])->getMock(); } |