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

Author: Gildas Quemener ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: symfony/symfony

Public Methods

Method Description
testIsAnEventSubscriber ( )
testRegisteredEvent ( )
testSetAdditionalFormats ( )

Protected Methods

Method Description
getGetResponseEventMock ( Request $request )
getRequestMock ( )
setUp ( )
tearDown ( )

Method Details

getGetResponseEventMock() protected method

protected getGetResponseEventMock ( Request $request )
$request Symfony\Component\HttpFoundation\Request

getRequestMock() protected method

protected getRequestMock ( )

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testIsAnEventSubscriber() public method

testRegisteredEvent() public method

public testRegisteredEvent ( )

testSetAdditionalFormats() public method