File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
use Symfony \Component \Form \Exception \RuntimeException ;
36
36
use Symfony \Component \Form \Exception \UnexpectedTypeException ;
37
37
use Symfony \Component \Form \Forms ;
38
- use Symfony \Component \Form \Tests \Extension \Core \Type \BaseTypeTest ;
38
+ use Symfony \Component \Form \Tests \Extension \Core \Type \BaseTypeTestCase ;
39
39
use Symfony \Component \Form \Tests \Extension \Core \Type \FormTypeTest ;
40
40
use Symfony \Component \OptionsResolver \Exception \InvalidOptionsException ;
41
41
use Symfony \Component \OptionsResolver \Exception \MissingOptionsException ;
42
42
43
- class EntityTypeTest extends BaseTypeTest
43
+ class EntityTypeTest extends BaseTypeTestCase
44
44
{
45
45
public const TESTED_TYPE = 'Symfony\Bridge\Doctrine\Form\Type\EntityType ' ;
46
46
Original file line number Diff line number Diff line change 29
29
"symfony/cache" : " ^5.4|^6.0" ,
30
30
"symfony/config" : " ^5.4|^6.0" ,
31
31
"symfony/dependency-injection" : " ^5.4|^6.0" ,
32
- "symfony/form" : " ^5.4.9 |^6.0.9 " ,
32
+ "symfony/form" : " ^5.4.21 |^6.2.7 " ,
33
33
"symfony/http-kernel" : " ^6.2" ,
34
34
"symfony/messenger" : " ^5.4|^6.0" ,
35
35
"symfony/doctrine-messenger" : " ^5.4|^6.0" ,
56
56
"phpunit/phpunit" : " <5.4.3" ,
57
57
"symfony/cache" : " <5.4" ,
58
58
"symfony/dependency-injection" : " <5.4" ,
59
- "symfony/form" : " <5.4" ,
59
+ "symfony/form" : " <5.4.21|>=6,<6.2.7 " ,
60
60
"symfony/http-kernel" : " <6.2" ,
61
61
"symfony/messenger" : " <5.4" ,
62
62
"symfony/property-info" : " <5.4" ,
You can’t perform that action at this time.
0 commit comments