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

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
testInstantiation ( ) Tests the object instantiation.
testOnKernelRequest ( ) Tests the onKernelRequest() method.
testOnKernelRequestOnLocalhost ( ) Tests the onKernelRequest() method on localhost.
testOnKernelRequestWithSecureDocumentRoot ( ) Tests the onKernelRequest() method with a secure document root.

비공개 메소드들

메소드 설명
getRequestObject ( ) : Request Returns a request object.

메소드 상세

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testOnKernelRequest() 공개 메소드

Tests the onKernelRequest() method.
public testOnKernelRequest ( )

testOnKernelRequestOnLocalhost() 공개 메소드

Tests the onKernelRequest() method on localhost.

testOnKernelRequestWithSecureDocumentRoot() 공개 메소드

Tests the onKernelRequest() method with a secure document root.