Skip to content

Commit

Permalink
namespace test-specific classes
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Sep 10, 2021
1 parent dce75fa commit 472d0f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions tests/Utils/SchemaExtenderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
use GraphQL\Language\DirectiveLocation;
use GraphQL\Language\Parser;
use GraphQL\Language\Printer;
use GraphQL\Tests\Utils\SchemaExtenderTest\SomeInterfaceClassType;
use GraphQL\Tests\Utils\SchemaExtenderTest\SomeObjectClassType;
use GraphQL\Tests\Utils\SchemaExtenderTest\SomeScalarClassType;
use GraphQL\Tests\Utils\SchemaExtenderTest\SomeUnionClassType;
use GraphQL\Type\Definition\CustomScalarType;
use GraphQL\Type\Definition\Directive;
use GraphQL\Type\Definition\EnumType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace GraphQL\Tests\Utils;
namespace GraphQL\Tests\Utils\SchemaExtenderTest;

use GraphQL\Type\Definition\InterfaceType;
use GraphQL\Type\Definition\ObjectType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace GraphQL\Tests\Utils;
namespace GraphQL\Tests\Utils\SchemaExtenderTest;

use GraphQL\Type\Definition\ObjectType;
use GraphQL\Type\Definition\ResolveInfo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace GraphQL\Tests\Utils;
namespace GraphQL\Tests\Utils\SchemaExtenderTest;

use GraphQL\Language\AST\Node;
use GraphQL\Type\Definition\ScalarType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace GraphQL\Tests\Utils;
namespace GraphQL\Tests\Utils\SchemaExtenderTest;

use GraphQL\Type\Definition\ObjectType;
use GraphQL\Type\Definition\ResolveInfo;
Expand Down

0 comments on commit 472d0f6

Please sign in to comment.