Release 2.59 (#5957)

This commit is contained in:
Kevin Papst
2026-06-05 19:05:10 +02:00
committed by GitHub
parent 79d0a2102b
commit 87c85270a9
77 changed files with 2571 additions and 1697 deletions

View File

@@ -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);