Skip to content

Commit b1be87e

Browse files
committed
[Security] Make fixture compatible with both 5.x and 6.x
1 parent 9e0c02d commit b1be87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/EventListener/PasswordMigratingListenerTest.php

Lines 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)