diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-22 13:23:56 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-27 13:34:42 +0100 |
commit | 8d4346d65688d2aabd6e144fe3f3609897a46230 (patch) | |
tree | 3f18b81fc97ce781ed16eb2eb2d9687d2daf3e32 /apps/sharebymail | |
parent | f2ef35dbf1401e15361c6535734fa77fbec636b7 (diff) | |
download | nextcloud-server-8d4346d65688d2aabd6e144fe3f3609897a46230.tar.gz nextcloud-server-8d4346d65688d2aabd6e144fe3f3609897a46230.zip |
Fix more tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/tests/ShareByMailProviderTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sharebymail/tests/ShareByMailProviderTest.php b/apps/sharebymail/tests/ShareByMailProviderTest.php index 8adc249ee61..678e6cc0da0 100644 --- a/apps/sharebymail/tests/ShareByMailProviderTest.php +++ b/apps/sharebymail/tests/ShareByMailProviderTest.php @@ -503,7 +503,7 @@ class ShareByMailProviderTest extends TestCase { * @param string newSendPasswordByTalk * @param bool sendMail */ - public function testUpdateSendPassword($plainTextPassword, string $originalPassword, string $newPassword, string $originalSendPasswordByTalk, string $newSendPasswordByTalk, bool $sendMail) { + public function testUpdateSendPassword($plainTextPassword, string $originalPassword, string $newPassword, $originalSendPasswordByTalk, $newSendPasswordByTalk, bool $sendMail) { $node = $this->getMockBuilder(File::class)->getMock(); $node->expects($this->any())->method('getName')->willReturn('filename'); |