@@ -2,11 +2,9 @@ |
||
2 | 2 | namespace TheCodingMachine\Tdbm\GraphQL; |
3 | 3 | |
4 | 4 | use Mouf\Composer\ClassNameMapper; |
5 | -use TheCodingMachine\TDBM\Configuration; |
|
6 | 5 | use TheCodingMachine\TDBM\ConfigurationInterface; |
7 | 6 | use TheCodingMachine\TDBM\Utils\AbstractBeanPropertyDescriptor; |
8 | 7 | use TheCodingMachine\TDBM\Utils\BeanDescriptorInterface; |
9 | -use TheCodingMachine\TDBM\Utils\DirectForeignKeyMethodDescriptor; |
|
10 | 8 | use TheCodingMachine\TDBM\Utils\GeneratorListenerInterface; |
11 | 9 | use Symfony\Component\Filesystem\Filesystem; |
12 | 10 | use TheCodingMachine\TDBM\Utils\MethodDescriptorInterface; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use TheCodingMachine\TDBM\Utils\DefaultNamingStrategy as TdbmDefaultNamingStrategy; |
18 | 18 | use PHPUnit\Framework\TestCase; |
19 | 19 | use Youshido\GraphQL\Execution\Processor; |
20 | -use Youshido\GraphQL\Type\Scalar\StringType; |
|
21 | 20 | |
22 | 21 | class GraphQLTypeGeneratorTest extends TestCase |
23 | 22 | { |