Documentation

ContainerAwareEventDispatcherTest extends AbstractEventDispatcherTest
in package

Tags
group

legacy

Table of Contents

postBar  = 'post.bar'
postFoo  = 'post.foo'
preBar  = 'pre.bar'
preFoo  = 'pre.foo'
$dispatcher  : EventDispatcher
$listener  : mixed
testAddAListenerService()  : mixed
testAddASubscriberService()  : mixed
testAddListener()  : mixed
testAddSubscriber()  : mixed
testAddSubscriberWithMultipleListeners()  : mixed
testAddSubscriberWithPriorities()  : mixed
testDispatch()  : mixed
testDispatchByPriority()  : mixed
testDispatchForClosure()  : mixed
testDispatchLazyListener()  : mixed
testEventReceivesTheDispatcherInstanceAsArgument()  : mixed
testGetAllListenersSortsByPriority()  : mixed
testGetLazyListeners()  : mixed
testGetListenerPriority()  : mixed
testGetListenersOnLazyLoad()  : mixed
testGetListenersSortsByPriority()  : mixed
testGetListenersWhenAddedCallbackListenerIsRemoved()  : mixed
testHasListenersIsLazy()  : mixed
testHasListenersOnLazyLoad()  : mixed
testHasListenersWhenAddedCallbackListenerIsRemoved()  : mixed
testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled()  : mixed
testInitialState()  : mixed
testPreventDuplicateListenerService()  : mixed
testPriorityFindsLazyListeners()  : mixed
testRemoveAfterDispatch()  : mixed
testRemoveBeforeDispatch()  : mixed
testRemoveFindsLazyListeners()  : mixed
testRemoveListener()  : mixed
testRemoveSubscriber()  : mixed
testRemoveSubscriberWithMultipleListeners()  : mixed
testRemoveSubscriberWithPriorities()  : mixed
testStopEventPropagation()  : mixed
testWorkaroundForPhpBug62976()  : mixed
createEventDispatcher()  : mixed
setUp()  : mixed
tearDown()  : mixed

Constants

Properties

Methods

testAddSubscriberWithMultipleListeners()

public testAddSubscriberWithMultipleListeners() : mixed
Return values
mixed

testEventReceivesTheDispatcherInstanceAsArgument()

public testEventReceivesTheDispatcherInstanceAsArgument() : mixed
Return values
mixed

testGetListenersWhenAddedCallbackListenerIsRemoved()

public testGetListenersWhenAddedCallbackListenerIsRemoved() : mixed
Return values
mixed

testHasListenersWhenAddedCallbackListenerIsRemoved()

public testHasListenersWhenAddedCallbackListenerIsRemoved() : mixed
Return values
mixed

testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled()

public testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled() : mixed
Return values
mixed

testRemoveSubscriberWithMultipleListeners()

public testRemoveSubscriberWithMultipleListeners() : mixed
Return values
mixed

testWorkaroundForPhpBug62976()

public testWorkaroundForPhpBug62976() : mixed
Tags
see
https://bugs.php.net/62976

This bug affects:

  • The PHP 5.3 branch for versions < 5.3.18
  • The PHP 5.4 branch for versions < 5.4.8
  • The PHP 5.5 branch is not affected
Return values
mixed

Search results