We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9c982 commit b0169edCopy full SHA for b0169ed
Tests/Command/UserPasswordHashCommandTest.php
@@ -264,7 +264,7 @@ public function testEncodePasswordAsksNonProvidedUserClass()
264
[2] Custom\Class\Test\User
265
[3] Symfony\Component\Security\Core\User\InMemoryUser
266
EOTXT
267
- , $this->passwordHasherCommandTester->getDisplay(true));
+ , $this->passwordHasherCommandTester->getDisplay(true));
268
}
269
270
public function testNonInteractiveEncodePasswordUsesFirstUserClass()
0 commit comments