CsrfTokenMock
class CsrfTokenMock implements CsrfTokenManagerInterface
Methods
__construct()
No description
getToken($tokenId)
{@inheritdoc}
refreshToken($tokenId)
{@inheritdoc}
removeToken($tokenId)
{@inheritdoc}
isTokenValid(CsrfToken $token)
{@inheritdoc}
Details
at line 31
__construct()
at line 38
getToken($tokenId)
{@inheritdoc}
at line 46
refreshToken($tokenId)
{@inheritdoc}
at line 54
removeToken($tokenId)
{@inheritdoc}
at line 62
isTokenValid(CsrfToken $token)
{@inheritdoc}