WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
symfony
/
event-dispatcher
/
Tests
/
Name
Action
..
AbstractEventDispatcherTest.php
Edit
ContainerAwareEventDispatcherTest.php
Edit
Debug
DependencyInjection
EventDispatcherTest.php
Edit
EventTest.php
Edit
GenericEventTest.php
Edit
ImmutableEventDispatcherTest.php
Edit
Editing: EventDispatcherTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\EventDispatcher\Tests; use Symfony\Component\EventDispatcher\EventDispatcher; class EventDispatcherTest extends AbstractEventDispatcherTest { protected function createEventDispatcher() { return new EventDispatcher(); } }