setUp(),
tearDown(),
testAddListener(),
testAddSubscriber(),
testAddSubscriberWithMultipleListeners(),
testAddSubscriberWithPriorities(),
testDispatch(),
testDispatchByPriority(),
testDispatchForClosure(),
testEventReceivesTheDispatcherInstance(),
testEventReceivesTheDispatcherInstanceAsArgument(),
testGetAllListenersSortsByPriority(),
testGetListenersSortsByPriority(),
testGetListenersWhenAddedCallbackListenerIsRemoved(),
testHasListenersWhenAddedCallbackListenerIsRemoved(),
testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled(),
testInitialState(),
testRemoveListener(),
testRemoveSubscriber(),
testRemoveSubscriberWithMultipleListeners(),
testRemoveSubscriberWithPriorities(),
testStopEventPropagation(),
testWorkaroundForPhpBug62976()
|