Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php')
-rw-r--r--tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php4
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();
}