File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ public function testGetEnabledTransitionsWithSameNameTransition()
572
572
}
573
573
}
574
574
575
- class EventDispatcherMock implements \Symfony \Component \EventDispatcher \EventDispatcherInterface
575
+ class EventDispatcherMock implements \Symfony \Contracts \EventDispatcher \EventDispatcherInterface
576
576
{
577
577
public $ dispatchedEvents = [];
578
578
@@ -582,32 +582,4 @@ public function dispatch($event, string $eventName = null): Event
582
582
583
583
return $ event ;
584
584
}
585
-
586
- public function addListener ($ eventName , $ listener , $ priority = 0 )
587
- {
588
- }
589
-
590
- public function addSubscriber (\Symfony \Component \EventDispatcher \EventSubscriberInterface $ subscriber )
591
- {
592
- }
593
-
594
- public function removeListener ($ eventName , $ listener )
595
- {
596
- }
597
-
598
- public function removeSubscriber (\Symfony \Component \EventDispatcher \EventSubscriberInterface $ subscriber )
599
- {
600
- }
601
-
602
- public function getListeners ($ eventName = null ): array
603
- {
604
- }
605
-
606
- public function getListenerPriority ($ eventName , $ listener ): ?int
607
- {
608
- }
609
-
610
- public function hasListeners ($ eventName = null ): bool
611
- {
612
- }
613
585
}
You can’t perform that action at this time.
0 commit comments