mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-01 19:56:10 +03:00
Fixed several typos
This commit is contained in:
parent
b471938f16
commit
7937b15855
2 changed files with 2 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue