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

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

공개 메소드들

메소드 설명
testInstantiation ( ) Tests the object instantiation.
testTokenAddedToRequest ( ) Tests that the token is added to the request.
testTokenNotAddedToFrontendRequest ( ) Tests that the token is not added to a front end request.
testTokenNotAddedToSubrequest ( ) Tests that the token is not added to a subrequest.

메소드 상세

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testTokenAddedToRequest() 공개 메소드

Tests that the token is added to the request.

testTokenNotAddedToFrontendRequest() 공개 메소드

Tests that the token is not added to a front end request.

testTokenNotAddedToSubrequest() 공개 메소드

Tests that the token is not added to a subrequest.