From f193feeba91cfbdca60300b60a82dea413cf3e60 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Sun, 27 Aug 2023 15:16:37 +0200 Subject: [PATCH] [Security] Remove isAuthenticated and setAuthenticated token methods in tests --- Tests/Firewall/ContextListenerTest.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Tests/Firewall/ContextListenerTest.php b/Tests/Firewall/ContextListenerTest.php index 64052062..c52aea62 100644 --- a/Tests/Firewall/ContextListenerTest.php +++ b/Tests/Firewall/ContextListenerTest.php @@ -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 { }