mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-06 07:49:24 +03:00
Fixed several typos
This commit is contained in:
parent
b471938f16
commit
7937b15855
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Type;
|
namespace GraphQL\Tests\Type;
|
||||||
|
|
||||||
use GraphQL\Error\InvariantViolation;
|
use GraphQL\Error\InvariantViolation;
|
||||||
use GraphQL\Type\Definition\Config;
|
use GraphQL\Type\Definition\Config;
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace GraphQL\Tests\Validator;
|
namespace GraphQL\Tests\Validator;
|
||||||
|
|
||||||
use GraphQL\Language\Parser;
|
class ValidationTest extends TestCase
|
||||||
use GraphQL\Utils\TypeInfo;
|
|
||||||
use GraphQL\Validator\DocumentValidator;
|
|
||||||
|
|
||||||
class ValidationText extends TestCase
|
|
||||||
{
|
{
|
||||||
// Validate: Supports full validation
|
// Validate: Supports full validation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user