File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1111use Symfony \Component \Routing \Route ;
1212use Symfony \Component \Workflow \Registry ;
1313use Symfony \Component \Workflow \StateMachine ;
14- use Symfony \Component \Workflow \SupportStrategy \InstanceOfSupportStrategy ;
1514use Yokai \SonataWorkflow \Admin \Extension \WorkflowExtension ;
1615use Yokai \SonataWorkflow \Controller \WorkflowController ;
1716use Yokai \SonataWorkflow \Tests \PullRequest ;
@@ -36,7 +35,7 @@ public function testConfigureRoutes()
3635 self ::assertSame ('/pull-request/{id}/workflow/transition/{transition}/apply ' , $ route ->getPath ());
3736 self ::assertNotEmpty ($ defaults = $ route ->getDefaults ());
3837 self ::assertArrayHasKey ('_controller ' , $ defaults );
39- self ::assertSame (WorkflowController::class.':workflowApplyTransitionAction ' , $ defaults ['_controller ' ]);
38+ self ::assertSame (WorkflowController::class.':: workflowApplyTransitionAction ' , $ defaults ['_controller ' ]);
4039 self ::assertArrayHasKey ('_sonata_admin ' , $ defaults );
4140 self ::assertSame ('pull_request ' , $ defaults ['_sonata_admin ' ]);
4241 }
You can’t perform that action at this time.
0 commit comments