You are here

class EventDispatcherTest in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php \Symfony\Component\EventDispatcher\Tests\EventDispatcherTest

Hierarchy

Expanded class hierarchy of EventDispatcherTest

File

vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php, line 16

Namespace

Symfony\Component\EventDispatcher\Tests
View source
class EventDispatcherTest extends AbstractEventDispatcherTest {
  protected function createEventDispatcher() {
    return new EventDispatcher();
  }

}

Members

Namesort descending Modifiers Type Description Overrides
AbstractEventDispatcherTest::$dispatcher private property
AbstractEventDispatcherTest::$listener private property
AbstractEventDispatcherTest::postBar constant
AbstractEventDispatcherTest::postFoo constant
AbstractEventDispatcherTest::preBar constant
AbstractEventDispatcherTest::preFoo constant
AbstractEventDispatcherTest::setUp protected function
AbstractEventDispatcherTest::tearDown protected function
AbstractEventDispatcherTest::testAddListener public function
AbstractEventDispatcherTest::testAddSubscriber public function
AbstractEventDispatcherTest::testAddSubscriberWithMultipleListeners public function
AbstractEventDispatcherTest::testAddSubscriberWithPriorities public function
AbstractEventDispatcherTest::testDispatch public function
AbstractEventDispatcherTest::testDispatchByPriority public function
AbstractEventDispatcherTest::testDispatchForClosure public function
AbstractEventDispatcherTest::testEventReceivesTheDispatcherInstanceAsArgument public function
AbstractEventDispatcherTest::testGetAllListenersSortsByPriority public function
AbstractEventDispatcherTest::testGetListenersSortsByPriority public function
AbstractEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved public function
AbstractEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved public function
AbstractEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled public function
AbstractEventDispatcherTest::testInitialState public function
AbstractEventDispatcherTest::testLegacyDispatch public function @group legacy
AbstractEventDispatcherTest::testLegacyEventReceivesTheDispatcherInstance public function @group legacy
AbstractEventDispatcherTest::testRemoveListener public function
AbstractEventDispatcherTest::testRemoveSubscriber public function
AbstractEventDispatcherTest::testRemoveSubscriberWithMultipleListeners public function
AbstractEventDispatcherTest::testRemoveSubscriberWithPriorities public function
AbstractEventDispatcherTest::testStopEventPropagation public function
AbstractEventDispatcherTest::testWorkaroundForPhpBug62976 public function This bug affects:
EventDispatcherTest::createEventDispatcher protected function Overrides AbstractEventDispatcherTest::createEventDispatcher