PHP Class Contao\CoreBundle\Test\EventListener\ContainerScopeListenerTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method 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.

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testOnKernelFinishRequest() public method

Tests the onKernelFinishRequest method.

testOnKernelRequest() public method

Tests the onKernelRequest method.
public testOnKernelRequest ( )

testWithoutContainerScope() public method

Tests the onKernelController method without the container scope.

testWithoutRequestScope() public method

Tests the onKernelController method without a request scope.