We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cfd43 commit fd775c9Copy full SHA for fd775c9
1 file changed
apps/settings/tests/Mailer/NewUserMailHelperTest.php
@@ -139,7 +139,7 @@ public function testGenerateTemplateWithPasswordResetToken() {
139
$this->timeFactory
140
->expects($this->once())
141
->method('getTime')
142
- ->willReturn('12345');
+ ->willReturn(12345);
143
/** @var IUser|\PHPUnit\Framework\MockObject\MockObject $user */
144
$user = $this->createMock(IUser::class);
145
$user
@@ -371,6 +371,7 @@ public function testGenerateTemplateWithPasswordResetToken() {
371
372
Your username is: john
373
374
+
375
Set your password: https://example.com/resetPassword/MySuperLongSecureRandomToken
376
Install Client: https://nextcloud.com/install/#install-clients
377
0 commit comments