|
@@ -3,7 +3,6 @@ discard block |
|
|
block discarded – undo |
|
3
|
3
|
namespace TheCodingMachine\GraphQL\Controllers; |
|
4
|
4
|
|
|
5
|
5
|
use Doctrine\Common\Annotations\AnnotationReader; |
|
6
|
|
-use PHPUnit\Framework\TestCase; |
|
7
|
6
|
use TheCodingMachine\GraphQL\Controllers\Fixtures\TestController; |
|
8
|
7
|
use TheCodingMachine\GraphQL\Controllers\Fixtures\TestObject; |
|
9
|
8
|
use TheCodingMachine\GraphQL\Controllers\Fixtures\TestType; |
|
@@ -13,13 +12,11 @@ discard block |
|
|
block discarded – undo |
|
13
|
12
|
use Youshido\GraphQL\Type\InputObject\InputObjectType; |
|
14
|
13
|
use Youshido\GraphQL\Type\ListType\ListType; |
|
15
|
14
|
use Youshido\GraphQL\Type\NonNullType; |
|
16
|
|
-use Youshido\GraphQL\Type\Object\ObjectType; |
|
17
|
15
|
use Youshido\GraphQL\Type\Scalar\BooleanType; |
|
18
|
16
|
use Youshido\GraphQL\Type\Scalar\DateTimeType; |
|
19
|
17
|
use Youshido\GraphQL\Type\Scalar\FloatType; |
|
20
|
18
|
use Youshido\GraphQL\Type\Scalar\IntType; |
|
21
|
19
|
use Youshido\GraphQL\Type\Scalar\StringType; |
|
22
|
|
-use Youshido\GraphQL\Type\TypeInterface; |
|
23
|
20
|
use TheCodingMachine\GraphQL\Controllers\Annotations\Query; |
|
24
|
21
|
|
|
25
|
22
|
class ControllerQueryProviderTest extends AbstractQueryProviderTest |
Please login to merge, or discard this patch.