diff options
Diffstat (limited to 'inc/mailgun/symfony/event-dispatcher/Tests/EventDispatcherTest.php')
| -rw-r--r-- | inc/mailgun/symfony/event-dispatcher/Tests/EventDispatcherTest.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/inc/mailgun/symfony/event-dispatcher/Tests/EventDispatcherTest.php b/inc/mailgun/symfony/event-dispatcher/Tests/EventDispatcherTest.php deleted file mode 100644 index 5faa5c8..0000000 --- a/inc/mailgun/symfony/event-dispatcher/Tests/EventDispatcherTest.php +++ /dev/null @@ -1,22 +0,0 @@ -<?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(); - } -} |
