Fixed several typos

This commit is contained in:
Vladimir Razuvaev 2017-07-03 18:04:32 +07:00
parent b471938f16
commit 7937b15855
2 changed files with 2 additions and 6 deletions

View File

@ -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;

View File

@ -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