File tree 1 file changed +1
-29
lines changed
1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -572,40 +572,12 @@ 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
579
579
public function dispatch ($ event , string $ eventName = null )
580
580
{
581
581
$ this ->dispatchedEvents [] = $ eventName ;
582
582
}
583
-
584
- public function addListener ($ eventName , $ listener , $ priority = 0 )
585
- {
586
- }
587
-
588
- public function addSubscriber (\Symfony \Component \EventDispatcher \EventSubscriberInterface $ subscriber )
589
- {
590
- }
591
-
592
- public function removeListener ($ eventName , $ listener )
593
- {
594
- }
595
-
596
- public function removeSubscriber (\Symfony \Component \EventDispatcher \EventSubscriberInterface $ subscriber )
597
- {
598
- }
599
-
600
- public function getListeners ($ eventName = null )
601
- {
602
- }
603
-
604
- public function getListenerPriority ($ eventName , $ listener )
605
- {
606
- }
607
-
608
- public function hasListeners ($ eventName = null )
609
- {
610
- }
611
583
}
You can’t perform that action at this time.
0 commit comments