Release 2.59 (#5957)
This commit is contained in:
@@ -179,7 +179,7 @@ class PasswordResetSubscriberTest extends TestCase
|
||||
$urlGenerator
|
||||
->expects($this->once())
|
||||
->method('generate')
|
||||
->with('wizard', ['wizard' => 'password'])
|
||||
->with('wizard_password')
|
||||
->willReturn('/wizard/password');
|
||||
|
||||
$security = $this->createMock(AuthorizationCheckerInterface::class);
|
||||
|
||||
Reference in New Issue
Block a user