Skip to content

Commit 67ffeac

Browse files
committed
rename some stuff
1 parent d13b2b4 commit 67ffeac

15 files changed

+6
-7
lines changed

src/Type/ErrorType/InputObjectValidationErrorType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use GraphQL\Type\Definition\Type;
88
use GraphQlPhpValidationToolkit\Exception\NoValidatationFoundException;
99
use GraphQlPhpValidationToolkit\Exception\OverlySpecializedValidationErrorType;
10-
use GraphQlPhpValidationToolkit\Type\ErrorType\ValidatedFieldDefinition;
1110

1211
/**
1312
* @phpstan-import-type ValidationErrorConfig from ValidationErrorType
File renamed without changes.
File renamed without changes.

tests/Type/ValidatedFieldDefinition/ErrorFormats.php renamed to tests/Type/Validation/ErrorFormats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace GraphQlPhpValidationToolkit\Tests\Type\ValidatedFieldDefinition;
3+
namespace GraphQlPhpValidationToolkit\Tests\Type\Validation;
44

55
use GraphQL\GraphQL;
66
use GraphQL\Type\Definition\ObjectType;

tests/Type/ValidatedFieldDefinition/InputObjectValidation.php renamed to tests/Type/Validation/InputObjectValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace GraphQlPhpValidationToolkit\Tests\Type\ValidatedFieldDefinition;
3+
namespace GraphQlPhpValidationToolkit\Tests\Type\Validation;
44

55
use GraphQL\Tests\Type\FieldDefinition;
66
use GraphQL\Type\Definition\InputObjectType;

tests/Type/ValidatedFieldDefinition/ListOfInputObjectValidation.php renamed to tests/Type/Validation/ListOfInputObjectValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace GraphQlPhpValidationToolkit\Tests\Type\ValidatedFieldDefinition;
3+
namespace GraphQlPhpValidationToolkit\Tests\Type\Validation;
44

55
use GraphQL\Tests\Type\FieldDefinition;
66
use GraphQL\Type\Definition\InputObjectType;

tests/Type/ValidatedFieldDefinition/ListOfScalarValidationTest.php renamed to tests/Type/Validation/ListOfScalarValidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace GraphQlPhpValidationToolkit\Tests\Type\ValidatedFieldDefinition;
3+
namespace GraphQlPhpValidationToolkit\Tests\Type\Validation;
44

55
use GraphQL\Type\Definition\Type;
66
use GraphQlPhpValidationToolkit\Tests\Type\TestBase;

tests/Type/ValidatedFieldDefinition/NonNullInputObjectValidationTest.php renamed to tests/Type/Validation/NonNullInputObjectValidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace GraphQlPhpValidationToolkit\Tests\Type\ValidatedFieldDefinition;
3+
namespace GraphQlPhpValidationToolkit\Tests\Type\Validation;
44

55
use GraphQL\GraphQL;
66
use GraphQL\Type\Definition\InputObjectType;

tests/Type/ValidatedFieldDefinition/ScalarValidationTest.php renamed to tests/Type/Validation/ScalarValidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace GraphQlPhpValidationToolkit\Tests\Type\ValidatedFieldDefinition;
3+
namespace GraphQlPhpValidationToolkit\Tests\Type\Validation;
44

55
use GraphQL\GraphQL;
66
use GraphQL\Type\Definition\ObjectType;

0 commit comments

Comments
 (0)