PHP 클래스 Contao\CoreBundle\Test\EventListener\ContainerScopeListenerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
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.