Open Journal Systems  3.3.0
Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest Class Reference
Inheritance diagram for Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest:
Symfony\Component\EventDispatcher\Tests\AbstractEventDispatcherTest

Public Member Functions

 testAddAListenerService ()
 
 testAddAListenerService ()
 
 testAddASubscriberService ()
 
 testAddASubscriberService ()
 
 testGetListenersOnLazyLoad ()
 
 testGetListenersOnLazyLoad ()
 
 testHasListenersOnLazyLoad ()
 
 testHasListenersOnLazyLoad ()
 
 testPreventDuplicateListenerService ()
 
 testPreventDuplicateListenerService ()
 
 testReEnteringAScope ()
 
 testReEnteringAScope ()
 
 testRemoveAfterDispatch ()
 
 testRemoveAfterDispatch ()
 
 testRemoveBeforeDispatch ()
 
 testRemoveBeforeDispatch ()
 
 testTriggerAListenerServiceOutOfScope ()
 
 testTriggerAListenerServiceOutOfScope ()
 
- Public Member Functions inherited from Symfony\Component\EventDispatcher\Tests\AbstractEventDispatcherTest
 testAddListener ()
 
 testAddListener ()
 
 testAddSubscriber ()
 
 testAddSubscriber ()
 
 testAddSubscriberWithMultipleListeners ()
 
 testAddSubscriberWithMultipleListeners ()
 
 testAddSubscriberWithPriorities ()
 
 testAddSubscriberWithPriorities ()
 
 testDispatch ()
 
 testDispatch ()
 
 testDispatchByPriority ()
 
 testDispatchByPriority ()
 
 testDispatchForClosure ()
 
 testDispatchForClosure ()
 
 testEventReceivesTheDispatcherInstanceAsArgument ()
 
 testEventReceivesTheDispatcherInstanceAsArgument ()
 
 testGetAllListenersSortsByPriority ()
 
 testGetAllListenersSortsByPriority ()
 
 testGetListenerPriority ()
 
 testGetListenerPriority ()
 
 testGetListenersSortsByPriority ()
 
 testGetListenersSortsByPriority ()
 
 testGetListenersWhenAddedCallbackListenerIsRemoved ()
 
 testGetListenersWhenAddedCallbackListenerIsRemoved ()
 
 testHasListenersWhenAddedCallbackListenerIsRemoved ()
 
 testHasListenersWhenAddedCallbackListenerIsRemoved ()
 
 testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled ()
 
 testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled ()
 
 testInitialState ()
 
 testInitialState ()
 
 testLegacyDispatch ()
 
 testLegacyDispatch ()
 
 testLegacyEventReceivesTheDispatcherInstance ()
 
 testLegacyEventReceivesTheDispatcherInstance ()
 
 testRemoveListener ()
 
 testRemoveListener ()
 
 testRemoveSubscriber ()
 
 testRemoveSubscriber ()
 
 testRemoveSubscriberWithMultipleListeners ()
 
 testRemoveSubscriberWithMultipleListeners ()
 
 testRemoveSubscriberWithPriorities ()
 
 testRemoveSubscriberWithPriorities ()
 
 testStopEventPropagation ()
 
 testStopEventPropagation ()
 
 testWorkaroundForPhpBug62976 ()
 
 testWorkaroundForPhpBug62976 ()
 

Protected Member Functions

 createEventDispatcher ()
 
 createEventDispatcher ()
 
- Protected Member Functions inherited from Symfony\Component\EventDispatcher\Tests\AbstractEventDispatcherTest
 setUp ()
 
 setUp ()
 
 tearDown ()
 
 tearDown ()
 

Additional Inherited Members

- Data Fields inherited from Symfony\Component\EventDispatcher\Tests\AbstractEventDispatcherTest
const postBar = 'post.bar'
 
const postFoo = 'post.foo'
 
const preBar = 'pre.bar'
 
const preFoo = 'pre.foo'
 

Detailed Description

Member Function Documentation

◆ createEventDispatcher() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::createEventDispatcher ( )
protected

◆ createEventDispatcher() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::createEventDispatcher ( )
protected

◆ testAddAListenerService() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testAddAListenerService ( )

◆ testAddAListenerService() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testAddAListenerService ( )

◆ testAddASubscriberService() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testAddASubscriberService ( )

◆ testAddASubscriberService() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testAddASubscriberService ( )

◆ testGetListenersOnLazyLoad() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testGetListenersOnLazyLoad ( )

◆ testGetListenersOnLazyLoad() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testGetListenersOnLazyLoad ( )

◆ testHasListenersOnLazyLoad() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testHasListenersOnLazyLoad ( )

◆ testHasListenersOnLazyLoad() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testHasListenersOnLazyLoad ( )

◆ testPreventDuplicateListenerService() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testPreventDuplicateListenerService ( )

◆ testPreventDuplicateListenerService() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testPreventDuplicateListenerService ( )

◆ testReEnteringAScope() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testReEnteringAScope ( )

◆ testReEnteringAScope() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testReEnteringAScope ( )

◆ testRemoveAfterDispatch() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testRemoveAfterDispatch ( )

◆ testRemoveAfterDispatch() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testRemoveAfterDispatch ( )

◆ testRemoveBeforeDispatch() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testRemoveBeforeDispatch ( )

◆ testRemoveBeforeDispatch() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testRemoveBeforeDispatch ( )

◆ testTriggerAListenerServiceOutOfScope() [1/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testTriggerAListenerServiceOutOfScope ( )

@expectedException \InvalidArgumentException @group legacy

Definition at line 111 of file vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.

◆ testTriggerAListenerServiceOutOfScope() [2/2]

Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest::testTriggerAListenerServiceOutOfScope ( )

@expectedException \InvalidArgumentException @group legacy

Definition at line 111 of file lib/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.


The documentation for this class was generated from the following file: