Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d95f49e

Browse filesBrowse files
committed
Remove dead code in tests
1 parent 481cb9e commit d95f49e
Copy full SHA for d95f49e

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Tests/Command/EventDispatcherDebugCommandTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Command/EventDispatcherDebugCommandTest.php
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ public function provideCompletionSuggestions()
4141

4242
private function createCommandCompletionTester(): CommandCompletionTester
4343
{
44-
$dispatcher = new EventDispatcher();
45-
$otherDispatcher = new EventDispatcher();
46-
47-
$dispatcher->addListener('event', ['Listener']);
48-
$otherDispatcher->addListener('other_event', ['OtherListener']);
49-
5044
$dispatchers = new ServiceLocator([
5145
'event_dispatcher' => function () {
5246
$dispatcher = new EventDispatcher();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.