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 0a240eb

Browse filesBrowse files
committed
[Security] Make fixture compatible with both 5.x and 6.x
1 parent 1c60c7c commit 0a240eb
Copy full SHA for 0a240eb

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.