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.
2 parents 7c61f53 + aa075ce commit 80e7c7eCopy full SHA for 80e7c7e
Tests/Command/UserPasswordHashCommandTest.php
@@ -263,8 +263,9 @@ public function testEncodePasswordAsksNonProvidedUserClass()
263
[1] Custom\Class\Pbkdf2\User
264
[2] Custom\Class\Test\User
265
[3] Symfony\Component\Security\Core\User\InMemoryUser
266
- EOTXT
267
- , $this->passwordHasherCommandTester->getDisplay(true));
+ EOTXT,
+ $this->passwordHasherCommandTester->getDisplay(true)
268
+ );
269
}
270
271
public function testNonInteractiveEncodePasswordUsesFirstUserClass()
0 commit comments