We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bffdc commit d6b6ff2Copy full SHA for d6b6ff2
Tests/Command/EventDispatcherDebugCommandTest.php
@@ -41,12 +41,6 @@ public function provideCompletionSuggestions()
41
42
private function createCommandCompletionTester(): CommandCompletionTester
43
{
44
- $dispatcher = new EventDispatcher();
45
- $otherDispatcher = new EventDispatcher();
46
-
47
- $dispatcher->addListener('event', ['Listener']);
48
- $otherDispatcher->addListener('other_event', ['OtherListener']);
49
50
$dispatchers = new ServiceLocator([
51
'event_dispatcher' => function () {
52
$dispatcher = new EventDispatcher();
0 commit comments