PHP Class Symfony\Component\EventDispatcher\Tests\Debug\TraceableEventDispatcherTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
testAddRemoveListener ( )
testAddRemoveSubscriber ( )
testDispatchCallListeners ( )
testDispatchNested ( )
testDispatchReusedEventNested ( )
testGetCalledListeners ( )
testGetCalledListenersNested ( )
testGetListenerPriority ( )
testGetListeners ( )
testHasListeners ( )
testListenerCanRemoveItselfWhenExecuted ( )
testLogger ( )
testLoggerWithStoppedEvent ( )

Method Details

testAddRemoveListener() public method

testAddRemoveSubscriber() public method

testDispatchCallListeners() public method

testDispatchNested() public method

public testDispatchNested ( )

testDispatchReusedEventNested() public method

testGetCalledListeners() public method

testGetCalledListenersNested() public method

testGetListenerPriority() public method

testGetListeners() public method

public testGetListeners ( )

testHasListeners() public method

public testHasListeners ( )

testListenerCanRemoveItselfWhenExecuted() public method

testLogger() public method

public testLogger ( )

testLoggerWithStoppedEvent() public method