PHP Class Symfony\Component\Security\Core\Tests\Authentication\Provider\PreAuthenticatedAuthenticationProviderTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
testAuthenticate ( )
testAuthenticateWhenNoUserIsSet ( )
testAuthenticateWhenTokenIsNotSupported ( )
testAuthenticateWhenUserCheckerThrowsException ( )
testSupports ( )

Protected Methods

Method Description
getProvider ( $user = null, $userChecker = null )
getSupportedToken ( $user = false, $credentials = false )

Method Details

getProvider() protected method

protected getProvider ( $user = null, $userChecker = null )

getSupportedToken() protected method

protected getSupportedToken ( $user = false, $credentials = false )

testAuthenticate() public method

public testAuthenticate ( )

testAuthenticateWhenNoUserIsSet() public method

testAuthenticateWhenTokenIsNotSupported() public method

testAuthenticateWhenUserCheckerThrowsException() public method

testSupports() public method

public testSupports ( )