File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
use GraphQL \Type \Definition \EnumType ;
31
31
use GraphQL \Type \Definition \ObjectType ;
32
32
use GraphQL \Type \Definition \Type as GraphQLType ;
33
+ use PHPUnit \Framework \Attributes \DataProvider ;
34
+ use PHPUnit \Framework \Attributes \IgnoreDeprecations ;
33
35
use PHPUnit \Framework \TestCase ;
34
36
use Prophecy \Argument ;
35
37
use Prophecy \PhpUnit \ProphecyTrait ;
36
38
use Prophecy \Prophecy \ObjectProphecy ;
37
39
use Symfony \Component \PropertyInfo \Type as LegacyType ;
38
40
use Symfony \Component \TypeInfo \Type ;
39
- use PHPUnit \Framework \Attributes \DataProvider ;
40
- use PHPUnit \Framework \Attributes \IgnoreDeprecations ;
41
41
42
42
/**
43
43
* @author Alan Poulain <[email protected] >
Original file line number Diff line number Diff line change 45
45
use Symfony \Component \Serializer \NameConverter \NameConverterInterface ;
46
46
use Symfony \Component \TypeInfo \Type ;
47
47
use Symfony \Component \TypeInfo \Type \CollectionType ;
48
- use Symfony \Component \TypeInfo \TypeIdentifier ;
49
48
use Symfony \Component \TypeInfo \Type \ObjectType ;
49
+ use Symfony \Component \TypeInfo \TypeIdentifier ;
50
50
51
51
/**
52
52
* Builds the GraphQL fields.
You can’t perform that action at this time.
0 commit comments