Skip to content

Commit f193fee

Browse files
committed
[Security] Remove isAuthenticated and setAuthenticated token methods in tests
1 parent 0afb37c commit f193fee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Tests/Firewall/ContextListenerTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -563,15 +563,6 @@ public function getUserIdentifier(): string
563563
return $this->getUserIdentifier();
564564
}
565565

566-
public function isAuthenticated(): bool
567-
{
568-
return true;
569-
}
570-
571-
public function setAuthenticated(bool $isAuthenticated)
572-
{
573-
}
574-
575566
public function eraseCredentials(): void
576567
{
577568
}

0 commit comments

Comments
 (0)