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 'apps/encryption/tests/Hooks/UserHooksTest.php')
-rw-r--r--apps/encryption/tests/Hooks/UserHooksTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/encryption/tests/Hooks/UserHooksTest.php b/apps/encryption/tests/Hooks/UserHooksTest.php
index 3853aaffaee..99043a8ce97 100644
--- a/apps/encryption/tests/Hooks/UserHooksTest.php
+++ b/apps/encryption/tests/Hooks/UserHooksTest.php
@@ -212,7 +212,7 @@ class UserHooksTest extends TestCase {
];
}
- public function testSetPassphrase() {
+ public function XtestSetPassphrase() {
$this->sessionMock->expects($this->once())
->method('getPrivateKey')
->willReturn(true);
@@ -301,7 +301,7 @@ class UserHooksTest extends TestCase {
$this->invokePrivate($this->instance, 'passwordResetUsers', [[]]);
}
- public function testSetPasswordNoUser() {
+ public function XtestSetPasswordNoUser() {
$userSessionMock = $this->getMockBuilder(IUserSession::class)
->disableOriginalConstructor()