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

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

공개 메소드들

메소드 설명
testAddingAndRemovingMultiHeaders ( ) Tests that multi-value headers can be added and removed.
testHeadersAreMerged ( ) Tests that the headers sent using header() are merged into the response object.
testInstantiation ( ) Tests the object instantiation.
testListenerIsSkippedIfFrameworkNotInitialized ( ) Tests that the listener is skipped if the framework is not initialized.
testMultiValueHeadersAreNotOverriden ( ) Tests that multi-value headers are not overriden.

메소드 상세

testAddingAndRemovingMultiHeaders() 공개 메소드

Tests that multi-value headers can be added and removed.

testHeadersAreMerged() 공개 메소드

Tests that the headers sent using header() are merged into the response object.

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testListenerIsSkippedIfFrameworkNotInitialized() 공개 메소드

Tests that the listener is skipped if the framework is not initialized.

testMultiValueHeadersAreNotOverriden() 공개 메소드

Tests that multi-value headers are not overriden.