PHP Class Contao\CoreBundle\Test\EventListener\ContainerScopeListenerTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
testInstantiation ( ) Tests the object instantiation.
testOnKernelFinishRequest ( ) Tests the onKernelFinishRequest method.
testOnKernelRequest ( ) Tests the onKernelRequest method.
testWithoutContainerScope ( ) Tests the onKernelController method without the container scope.
testWithoutRequestScope ( ) Tests the onKernelController method without a request scope.

Méthodes protégées

Méthode Description
setUp ( )

Method Details

setUp() protected méthode

protected setUp ( )

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )

testOnKernelFinishRequest() public méthode

Tests the onKernelFinishRequest method.

testOnKernelRequest() public méthode

Tests the onKernelRequest method.
public testOnKernelRequest ( )

testWithoutContainerScope() public méthode

Tests the onKernelController method without the container scope.

testWithoutRequestScope() public méthode

Tests the onKernelController method without a request scope.