PHP Class GraphQL\Tests\Validator\FieldsOnCorrectTypeTest

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

Méthodes publiques

Méthode Description
testAliasedFieldTargetNotDefined ( )
testAliasedInterfaceFieldSelection ( )
testAliasedLyingFieldTargetNotDefined ( )
testAliasedObjectFieldSelection ( )
testDefinedOnImplementorsQueriedOnUnion ( )
testDefinedOnImplmentorsButNotOnInterface ( )
testDirectFieldSelectionOnUnion ( )
testFieldNotDefinedOnFragment ( )
testFieldNotDefinedOnInlineFragment ( )
testIgnoresDeeplyUnknownField ( )
testIgnoresFieldsOnUnknownType ( )
testInterfaceFieldSelection ( )
testLyingAliasSelection ( )
testMetaFieldSelectionOnUnion ( )
testNotDefinedOnInterface ( )
testObjectFieldSelection ( )
testReportsErrorsWhenTypeIsKnownAgain ( )
testSubFieldNotDefined ( )
testValidFieldInInlineFragment ( )
testWorksWithLotsOfSuggestions ( )
testWorksWithNoSmallNumbersOfSuggestions ( )
testWorksWithNoSuggestions ( )

Private Methods

Méthode Description
undefinedField ( $field, $type, $suggestions, $line, $column )

Method Details

testAliasedFieldTargetNotDefined() public méthode

testAliasedInterfaceFieldSelection() public méthode

testAliasedLyingFieldTargetNotDefined() public méthode

testAliasedObjectFieldSelection() public méthode

testDefinedOnImplementorsQueriedOnUnion() public méthode

testDefinedOnImplmentorsButNotOnInterface() public méthode

testDirectFieldSelectionOnUnion() public méthode

testFieldNotDefinedOnFragment() public méthode

testFieldNotDefinedOnInlineFragment() public méthode

testIgnoresDeeplyUnknownField() public méthode

testIgnoresFieldsOnUnknownType() public méthode

testInterfaceFieldSelection() public méthode

testLyingAliasSelection() public méthode

testMetaFieldSelectionOnUnion() public méthode

testNotDefinedOnInterface() public méthode

testObjectFieldSelection() public méthode

testReportsErrorsWhenTypeIsKnownAgain() public méthode

testSubFieldNotDefined() public méthode

testValidFieldInInlineFragment() public méthode

testWorksWithLotsOfSuggestions() public méthode

testWorksWithNoSmallNumbersOfSuggestions() public méthode

testWorksWithNoSuggestions() public méthode