Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6d51019

Browse filesBrowse files
committed
minor #42008 [Security] Make fixture compatible with both 5.x and 6.x (chalasr)
This PR was merged into the 5.3 branch. Discussion ---------- [Security] Make fixture compatible with both 5.x and 6.x | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Last one needed to make #41982 green hopefully. Commits ------- 0a240eb [Security] Make fixture compatible with both 5.x and 6.x
2 parents 1c60c7c + 0a240eb commit 6d51019
Copy full SHA for 6d51019

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎src/Symfony/Component/Security/Http/Tests/EventListener/PasswordMigratingListenerTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/EventListener/PasswordMigratingListenerTest.php
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,6 @@ abstract public function loadUserByIdentifier(string $identifier): UserInterface
141141
abstract class TestPasswordAuthenticatedUser implements UserInterface, PasswordAuthenticatedUserInterface
142142
{
143143
abstract public function getPassword(): ?string;
144+
145+
abstract public function getSalt();
144146
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.