File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1339,7 +1339,7 @@ public function testSubmitMultipleExpandedNumericChoices()
1339
1339
1340
1340
public function testSingleSelectedObjectChoices ()
1341
1341
{
1342
- $ form = $ this ->factory ->create ('choice ' , $ this ->objectChoices [3 ], array (
1342
+ $ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , $ this ->objectChoices [3 ], array (
1343
1343
'multiple ' => false ,
1344
1344
'expanded ' => false ,
1345
1345
'choices ' => $ this ->objectChoices ,
@@ -1357,7 +1357,7 @@ public function testSingleSelectedObjectChoices()
1357
1357
1358
1358
public function testMultipleSelectedObjectChoices ()
1359
1359
{
1360
- $ form = $ this ->factory ->create ('choice ' , array ($ this ->objectChoices [3 ]), array (
1360
+ $ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , array ($ this ->objectChoices [3 ]), array (
1361
1361
'multiple ' => true ,
1362
1362
'expanded ' => false ,
1363
1363
'choices ' => $ this ->objectChoices ,
You can’t perform that action at this time.
0 commit comments