PHP Class Symfony\Component\HttpKernel\Tests\EventListener\FragmentListenerTest

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

Public Methods

Method Description
testAccessDeniedWithNonSafeMethods ( )
testAccessDeniedWithWrongSignature ( )
testOnlyTriggeredIfControllerWasNotDefinedYet ( )
testOnlyTriggeredOnFragmentRoute ( )
testRemovesPathWithControllerDefined ( )
testRemovesPathWithControllerNotDefined ( )
testWithSignature ( )

Private Methods

Method Description
createGetResponseEvent ( Request $request, $requestType = HttpKernelInterface::MASTER_REQUEST )

Method Details

testAccessDeniedWithNonSafeMethods() public method

testAccessDeniedWithWrongSignature() public method

testOnlyTriggeredIfControllerWasNotDefinedYet() public method

testOnlyTriggeredOnFragmentRoute() public method

testRemovesPathWithControllerDefined() public method

testRemovesPathWithControllerNotDefined() public method

testWithSignature() public method

public testWithSignature ( )