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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: symfony/symfony

Méthodes publiques

Méthode Description
testAccessDeniedWithNonSafeMethods ( )
testAccessDeniedWithWrongSignature ( )
testOnlyTriggeredIfControllerWasNotDefinedYet ( )
testOnlyTriggeredOnFragmentRoute ( )
testRemovesPathWithControllerDefined ( )
testRemovesPathWithControllerNotDefined ( )
testWithSignature ( )

Private Methods

Méthode Description
createGetResponseEvent ( Request $request, $requestType = HttpKernelInterface::MASTER_REQUEST )

Method Details

testAccessDeniedWithNonSafeMethods() public méthode

testAccessDeniedWithWrongSignature() public méthode

testOnlyTriggeredIfControllerWasNotDefinedYet() public méthode

testOnlyTriggeredOnFragmentRoute() public méthode

testRemovesPathWithControllerDefined() public méthode

testRemovesPathWithControllerNotDefined() public méthode

testWithSignature() public méthode

public testWithSignature ( )