@@ -5,7 +5,6 @@ |
||
5 | 5 | use TheCodingMachine\TDBM\ConfigurationInterface; |
6 | 6 | use TheCodingMachine\TDBM\Utils\AbstractBeanPropertyDescriptor; |
7 | 7 | use TheCodingMachine\TDBM\Utils\BeanDescriptorInterface; |
8 | -use TheCodingMachine\TDBM\Utils\DirectForeignKeyMethodDescriptor; |
|
9 | 8 | use TheCodingMachine\TDBM\Utils\GeneratorListenerInterface; |
10 | 9 | use Symfony\Component\Filesystem\Filesystem; |
11 | 10 | use TheCodingMachine\TDBM\Utils\MethodDescriptorInterface; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use TheCodingMachine\TDBM\Utils\DefaultNamingStrategy; |
15 | 15 | use PHPUnit\Framework\TestCase; |
16 | 16 | use Youshido\GraphQL\Execution\Processor; |
17 | -use Youshido\GraphQL\Type\Scalar\StringType; |
|
18 | 17 | |
19 | 18 | class GraphQLTypeGeneratorTest extends TestCase |
20 | 19 | { |