File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ public function testTransitionThrowException(string $class)
68
68
69
69
public static function provideTransitionThrowException (): iterable
70
70
{
71
- yield [Attribute \AsAnnounceListener::class, ' workflow.announce ' ];
72
- yield [Attribute \AsCompletedListener::class, ' workflow.completed ' ];
73
- yield [Attribute \AsGuardListener::class, ' workflow.guard ' ];
74
- yield [Attribute \AsTransitionListener::class, ' workflow.transition ' ];
71
+ yield [Attribute \AsAnnounceListener::class];
72
+ yield [Attribute \AsCompletedListener::class];
73
+ yield [Attribute \AsGuardListener::class];
74
+ yield [Attribute \AsTransitionListener::class];
75
75
}
76
76
77
77
#[DataProvider('providePlaceThrowException ' )]
@@ -85,8 +85,8 @@ public function testPlaceThrowException(string $class)
85
85
86
86
public static function providePlaceThrowException (): iterable
87
87
{
88
- yield [Attribute \AsEnteredListener::class, ' workflow.entered ' ];
89
- yield [Attribute \AsEnterListener::class, ' workflow.enter ' ];
90
- yield [Attribute \AsLeaveListener::class, ' workflow.leave ' ];
88
+ yield [Attribute \AsEnteredListener::class];
89
+ yield [Attribute \AsEnterListener::class];
90
+ yield [Attribute \AsLeaveListener::class];
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments