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.
eraseCredentials
1 parent 1543f66 commit 3c36484Copy full SHA for 3c36484
tests/Unit/Security/SecurityUserTest.php
@@ -67,6 +67,7 @@ public function testThatPasswordIsPresentAfterEraseCredential(): void
67
68
$securityUser = new SecurityUser((new User())->setPassword($encoder, 'foobar'));
69
70
+ /** @phpstan-ignore-next-line */
71
$securityUser->eraseCredentials();
72
73
self::assertSame('sbbone', $securityUser->getPassword());
0 commit comments