PHP Класс Contao\CoreBundle\Test\EventListener\ContainerScopeListenerTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
setUp ( )

Описание методов

setUp() защищенный Метод

protected setUp ( )

testInstantiation() публичный Метод

Tests the object instantiation.
public testInstantiation ( )

testOnKernelFinishRequest() публичный Метод

Tests the onKernelFinishRequest method.

testOnKernelRequest() публичный Метод

Tests the onKernelRequest method.
public testOnKernelRequest ( )

testWithoutContainerScope() публичный Метод

Tests the onKernelController method without the container scope.

testWithoutRequestScope() публичный Метод

Tests the onKernelController method without a request scope.