Skip to content

Commit 6ba0991

Browse files
committed
refactor: improve test method names and update PHPUnit configuration
1 parent b14b700 commit 6ba0991

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/symfony/functional/User.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ public function getUsername(): string
3939
return $this->name;
4040
}
4141

42+
public function eraseCredentials(): void
43+
{
44+
}
45+
4246
public function getUserIdentifier(): string
4347
{
4448
return $this->name;

0 commit comments

Comments
 (0)