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

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

Public Methods

Method Description
testCsrfValidationFails ( )
testHandleMatchedPathWithSuccessHandlerAndCsrfValidation ( )
testHandleMatchedPathWithoutSuccessHandlerAndCsrfValidation ( )
testHandleUnmatchedPath ( )
testSuccessHandlerReturnsNonResponse ( )

Private Methods

Method Description
getGetResponseEvent ( )
getHandler ( )
getHttpUtils ( )
getListener ( $successHandler = null, $tokenManager = null )
getSuccessHandler ( )
getToken ( )
getTokenManager ( )
getTokenStorage ( )

Method Details

testCsrfValidationFails() public method

testHandleMatchedPathWithSuccessHandlerAndCsrfValidation() public method

testHandleMatchedPathWithoutSuccessHandlerAndCsrfValidation() public method

testHandleUnmatchedPath() public method

testSuccessHandlerReturnsNonResponse() public method