PHP Class Symfony\Component\HttpKernel\Tests\EventListener\ResponseListenerTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: symfony/symfony

Public Methods

Method Description
testFilterDoesNothingForSubRequests ( )
testFilterDoesNothingIfCharsetIsOverridden ( )
testFilterSetsNonDefaultCharsetIfNotOverridden ( )
testFiltersSetsNonDefaultCharsetIfNotOverriddenOnNonTextContentType ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testFilterDoesNothingForSubRequests() public method

testFilterDoesNothingIfCharsetIsOverridden() public method

testFilterSetsNonDefaultCharsetIfNotOverridden() public method

testFiltersSetsNonDefaultCharsetIfNotOverriddenOnNonTextContentType() public method