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 11
11
use Symfony \Component \Routing \Route ;
12
12
use Symfony \Component \Workflow \Registry ;
13
13
use Symfony \Component \Workflow \StateMachine ;
14
- use Symfony \Component \Workflow \SupportStrategy \InstanceOfSupportStrategy ;
15
14
use Yokai \SonataWorkflow \Admin \Extension \WorkflowExtension ;
16
15
use Yokai \SonataWorkflow \Controller \WorkflowController ;
17
16
use Yokai \SonataWorkflow \Tests \PullRequest ;
@@ -36,7 +35,7 @@ public function testConfigureRoutes()
36
35
self ::assertSame ('/pull-request/{id}/workflow/transition/{transition}/apply ' , $ route ->getPath ());
37
36
self ::assertNotEmpty ($ defaults = $ route ->getDefaults ());
38
37
self ::assertArrayHasKey ('_controller ' , $ defaults );
39
- self ::assertSame (WorkflowController::class.':workflowApplyTransitionAction ' , $ defaults ['_controller ' ]);
38
+ self ::assertSame (WorkflowController::class.':: workflowApplyTransitionAction ' , $ defaults ['_controller ' ]);
40
39
self ::assertArrayHasKey ('_sonata_admin ' , $ defaults );
41
40
self ::assertSame ('pull_request ' , $ defaults ['_sonata_admin ' ]);
42
41
}
You can’t perform that action at this time.
0 commit comments