@@ -616,7 +616,7 @@ public function testSubmitSingleNonExpandedStringCastableIdentifier()
616
616
617
617
$ this ->persist (array ($ entity1 , $ entity2 ));
618
618
619
- $ field = $ this ->factory ->createNamed ('name ' , EntityType::class , null , array (
619
+ $ field = $ this ->factory ->createNamed ('name ' , ' Symfony\Bridge\Doctrine\Form\Type\ EntityType' , null , array (
620
620
'multiple ' => false ,
621
621
'expanded ' => false ,
622
622
'em ' => 'default ' ,
@@ -638,7 +638,7 @@ public function testSubmitSingleStringCastableIdentifierExpanded()
638
638
639
639
$ this ->persist (array ($ entity1 , $ entity2 ));
640
640
641
- $ field = $ this ->factory ->createNamed ('name ' , EntityType::class , null , array (
641
+ $ field = $ this ->factory ->createNamed ('name ' , ' Symfony\Bridge\Doctrine\Form\Type\ EntityType' , null , array (
642
642
'multiple ' => false ,
643
643
'expanded ' => true ,
644
644
'em ' => 'default ' ,
@@ -664,7 +664,7 @@ public function testSubmitMultipleNonExpandedStringCastableIdentifierForExisting
664
664
665
665
$ this ->persist (array ($ entity1 , $ entity2 , $ entity3 ));
666
666
667
- $ field = $ this ->factory ->createNamed ('name ' , EntityType::class , null , array (
667
+ $ field = $ this ->factory ->createNamed ('name ' , ' Symfony\Bridge\Doctrine\Form\Type\ EntityType' , null , array (
668
668
'multiple ' => true ,
669
669
'expanded ' => false ,
670
670
'em ' => 'default ' ,
@@ -695,7 +695,7 @@ public function testSubmitMultipleNonExpandedStringCastableIdentifier()
695
695
696
696
$ this ->persist (array ($ entity1 , $ entity2 , $ entity3 ));
697
697
698
- $ field = $ this ->factory ->createNamed ('name ' , EntityType::class , null , array (
698
+ $ field = $ this ->factory ->createNamed ('name ' , ' Symfony\Bridge\Doctrine\Form\Type\ EntityType' , null , array (
699
699
'multiple ' => true ,
700
700
'expanded ' => false ,
701
701
'em ' => 'default ' ,
@@ -720,7 +720,7 @@ public function testSubmitMultipleStringCastableIdentifierExpanded()
720
720
721
721
$ this ->persist (array ($ entity1 , $ entity2 , $ entity3 ));
722
722
723
- $ field = $ this ->factory ->createNamed ('name ' , EntityType::class , null , array (
723
+ $ field = $ this ->factory ->createNamed ('name ' , ' Symfony\Bridge\Doctrine\Form\Type\ EntityType' , null , array (
724
724
'multiple ' => true ,
725
725
'expanded ' => true ,
726
726
'em ' => 'default ' ,
0 commit comments