mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 03:38:47 +02:00
Mark usernames with @.
This commit is contained in:
parent
73c2aa232d
commit
743423432e
3 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ class UserTest extends TestCase
|
|||
$user->setLastName('Doe');
|
||||
|
||||
$this->assertSame('John Doe', $user->getFullName(false));
|
||||
$this->assertSame('John Doe (username)', $user->getFullName(true));
|
||||
$this->assertSame('John Doe (@username)', $user->getFullName(true));
|
||||
}
|
||||
|
||||
public function googleAuthenticatorEnabledDataProvider(): array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue