PHP Class Symfony\Component\Security\Http\Tests\Firewall\BasicAuthenticationListenerTest

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

Public Methods

Method Description
testHandleWhenAuthenticationFails ( )
testHandleWithADifferentAuthenticatedToken ( )
testHandleWithASimilarAuthenticatedToken ( )
testHandleWithNoUsernameServerParameter ( )
testHandleWithValidUsernameAndPasswordServerParameters ( )
testItRequiresProviderKey ( )

Method Details

testHandleWhenAuthenticationFails() public method

testHandleWithADifferentAuthenticatedToken() public method

testHandleWithASimilarAuthenticatedToken() public method

testHandleWithNoUsernameServerParameter() public method

testHandleWithValidUsernameAndPasswordServerParameters() public method

testItRequiresProviderKey() public method