Skip to content

Commit

Permalink
[Security] Remove isAuthenticated and setAuthenticated token methods …
Browse files Browse the repository at this point in the history
…in tests
  • Loading branch information
alamirault committed Aug 27, 2023
1 parent 0afb37c commit f193fee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Tests/Firewall/ContextListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -563,15 +563,6 @@ public function getUserIdentifier(): string
return $this->getUserIdentifier();
}

public function isAuthenticated(): bool
{
return true;
}

public function setAuthenticated(bool $isAuthenticated)
{
}

public function eraseCredentials(): void
{
}
Expand Down

0 comments on commit f193fee

Please sign in to comment.