Skip to content

Commit a23cfa0

Browse files
committed
Remove getUsername methods in tests
1 parent cb95b4f commit a23cfa0

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Tests/Fixtures/BaseUser.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ public function getId(): int
4242
return $this->id;
4343
}
4444

45-
public function getUsername(): string
46-
{
47-
return $this->username;
48-
}
49-
5045
public function getUserIdentifier(): string
5146
{
5247
return $this->username;

Tests/Fixtures/User.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ public function getPassword(): ?string
4444
{
4545
}
4646

47-
public function getUsername(): string
48-
{
49-
return $this->name;
50-
}
51-
5247
public function getUserIdentifier(): string
5348
{
5449
return $this->name;

0 commit comments

Comments
 (0)