PHP Class GraphQL\Tests\Validator\UniqueInputFieldNamesTest

Inheritance: extends TestCase
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Méthode Description
testAllowsForNestedInputObjectsWithSimilarFields ( )
testDuplicateInputObjectFields ( )
testInputObjectWithFields ( )
testManyDuplicateInputObjectFields ( )
testMultipleInputObjectFields ( )
testSameInputObjectWithinTwoArgs ( )

Private Methods

Méthode Description
duplicateField ( $name, $l1, $c1, $l2, $c2 )

Method Details

testAllowsForNestedInputObjectsWithSimilarFields() public méthode

testDuplicateInputObjectFields() public méthode

testInputObjectWithFields() public méthode

testManyDuplicateInputObjectFields() public méthode

testMultipleInputObjectFields() public méthode

testSameInputObjectWithinTwoArgs() public méthode