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
|
||||
namespace Type;
|
||||
namespace GraphQL\Tests\Type;
|
||||
|
||||
use GraphQL\Error\InvariantViolation;
|
||||
use GraphQL\Type\Definition\Config;
|
||||
|
@ -1,11 +1,7 @@
|
||||
<?php
|
||||
namespace GraphQL\Tests\Validator;
|
||||
|
||||
use GraphQL\Language\Parser;
|
||||
use GraphQL\Utils\TypeInfo;
|
||||
use GraphQL\Validator\DocumentValidator;
|
||||
|
||||
class ValidationText extends TestCase
|
||||
class ValidationTest extends TestCase
|
||||
{
|
||||
// Validate: Supports full validation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user