PHP Class Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest

Inheritance: extends Symfony\Component\EventDispatcher\Tests\AbstractEventDispatcherTest
Show file Open project: symfony/symfony

Public Methods

Method Description
testAddAListenerService ( )
testAddASubscriberService ( )
testGetListenersOnLazyLoad ( )
testHasListenersOnLazyLoad ( )
testPreventDuplicateListenerService ( )
testRemoveAfterDispatch ( )
testRemoveBeforeDispatch ( )

Protected Methods

Method Description
createEventDispatcher ( )

Method Details

createEventDispatcher() protected method

protected createEventDispatcher ( )

testAddAListenerService() public method

testAddASubscriberService() public method

testGetListenersOnLazyLoad() public method

testHasListenersOnLazyLoad() public method

testPreventDuplicateListenerService() public method

testRemoveAfterDispatch() public method

testRemoveBeforeDispatch() public method