Skip to content

Commit dd892d8

Browse files
committed
[Console] Fix tests
1 parent 4ac8549 commit dd892d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Security/User/EntityUserProviderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,7 @@ abstract class UserLoaderRepository implements ObjectRepository, UserLoaderInter
234234

235235
abstract class PasswordUpgraderRepository implements ObjectRepository, PasswordUpgraderInterface
236236
{
237+
public function upgradePassword(UserInterface $user, string $newEncodedPassword): void
238+
{
239+
}
237240
}

0 commit comments

Comments
 (0)