We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfca6e5 commit b5c19ecCopy full SHA for b5c19ec
src/Codeception/Module/Symfony/SessionAssertionsTrait.php
@@ -43,7 +43,7 @@ public function amLoggedInWithToken(TokenInterface $token, string $firewallName
43
$this->loginWithToken($token, $firewallName, $firewallContext);
44
}
45
46
- private function loginWithToken(TokenInterface $token, string $firewallName = 'main', string $firewallContext = null): void
+ protected function loginWithToken(TokenInterface $token, string $firewallName, ?string $firewallContext): void
47
{
48
$this->getTokenStorage()->setToken($token);
49
0 commit comments