PHP Class Symfony\Component\Security\Guard\Tests\GuardAuthenticatorHandlerTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: symfony/symfony

Public Methods

Method Description
getTokenClearingTests ( )
testAuthenticateWithToken ( )
testHandleAuthenticationClearsToken ( $tokenClass, $tokenProviderKey, $actualProviderKey, $shouldTokenBeCleared )
testHandleAuthenticationFailure ( )
testHandleAuthenticationSuccess ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

getTokenClearingTests() public method

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testAuthenticateWithToken() public method

testHandleAuthenticationClearsToken() public method

public testHandleAuthenticationClearsToken ( $tokenClass, $tokenProviderKey, $actualProviderKey, $shouldTokenBeCleared )

testHandleAuthenticationFailure() public method

testHandleAuthenticationSuccess() public method