protected function EventDispatcherTest::createEventDispatcher in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php \Symfony\Component\EventDispatcher\Tests\EventDispatcherTest::createEventDispatcher()
Overrides AbstractEventDispatcherTest::createEventDispatcher
File
- vendor/
symfony/ event-dispatcher/ Tests/ EventDispatcherTest.php, line 18
Class
Namespace
Symfony\Component\EventDispatcher\TestsCode
protected function createEventDispatcher() {
return new EventDispatcher();
}