@@ -170,7 +170,7 @@ public function testLabel()
170170
171171 public function testLabelWithoutTranslation ()
172172 {
173- $ form = $ this ->factory ->createNamed ('name ' , 'text ' , null , array (
173+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\TextType ' , null , array (
174174 'translation_domain ' => false ,
175175 ));
176176
@@ -529,7 +529,7 @@ public function testSingleChoice()
529529
530530 public function testSingleChoiceWithoutTranslation ()
531531 {
532- $ form = $ this ->factory ->createNamed ('name ' , 'choice ' , '&a ' , array (
532+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , '&a ' , array (
533533 'choices ' => array ('&a ' => 'Choice&A ' , '&b ' => 'Choice&B ' ),
534534 'multiple ' => false ,
535535 'expanded ' => false ,
@@ -927,7 +927,7 @@ public function testSingleChoiceExpanded()
927927
928928 public function testSingleChoiceExpandedWithoutTranslation ()
929929 {
930- $ form = $ this ->factory ->createNamed ('name ' , 'choice ' , '&a ' , array (
930+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , '&a ' , array (
931931 'choices ' => array ('&a ' => 'Choice&A ' , '&b ' => 'Choice&B ' ),
932932 'multiple ' => false ,
933933 'expanded ' => true ,
@@ -1047,7 +1047,7 @@ public function testMultipleChoiceExpanded()
10471047
10481048 public function testMultipleChoiceExpandedWithoutTranslation ()
10491049 {
1050- $ form = $ this ->factory ->createNamed ('name ' , 'choice ' , array ('&a ' , '&c ' ), array (
1050+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , array ('&a ' , '&c ' ), array (
10511051 'choices ' => array ('&a ' => 'Choice&A ' , '&b ' => 'Choice&B ' , '&c ' => 'Choice&C ' ),
10521052 'multiple ' => true ,
10531053 'expanded ' => true ,
0 commit comments