PHP Class GraphQL\Tests\Validator\PossibleFragmentSpreadsTest

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

Méthodes publiques

Méthode Description
testDifferentObjectIntoObject ( )
testDifferentObjectIntoObjectInInlineFragment ( )
testInterfaceIntoImplementedObject ( )
testInterfaceIntoNonImplementingObject ( )
testInterfaceIntoNonOverlappingInterface ( )
testInterfaceIntoNonOverlappingInterfaceInInlineFragment ( )
testInterfaceIntoNonOverlappingUnion ( )
testInterfaceIntoOverlappingInterface ( )
testInterfaceIntoOverlappingInterfaceInInlineFragment ( )
testInterfaceIntoOverlappingUnion ( )
testObjectIntoAnImplementedInterface ( )
testObjectIntoContainingUnion ( )
testObjectIntoNotContainingUnion ( )
testObjectIntoNotImplementingInterface ( )
testOfTheSameObject ( )
testOfTheSameObjectWithInlineFragment ( )
testUnionIntoContainedObject ( )
testUnionIntoNonOverlappingInterface ( )
testUnionIntoNonOverlappingUnion ( )
testUnionIntoNotContainedObject ( )
testUnionIntoOverlappingInterface ( )
testUnionIntoOverlappingUnion ( )

Private Methods

Méthode Description
error ( $fragName, $parentType, $fragType, $line, $column )
errorAnon ( $parentType, $fragType, $line, $column )

Method Details

testDifferentObjectIntoObject() public méthode

testDifferentObjectIntoObjectInInlineFragment() public méthode

testInterfaceIntoImplementedObject() public méthode

testInterfaceIntoNonImplementingObject() public méthode

testInterfaceIntoNonOverlappingInterface() public méthode

testInterfaceIntoNonOverlappingInterfaceInInlineFragment() public méthode

testInterfaceIntoNonOverlappingUnion() public méthode

testInterfaceIntoOverlappingInterface() public méthode

testInterfaceIntoOverlappingInterfaceInInlineFragment() public méthode

testInterfaceIntoOverlappingUnion() public méthode

testObjectIntoAnImplementedInterface() public méthode

testObjectIntoContainingUnion() public méthode

testObjectIntoNotContainingUnion() public méthode

testObjectIntoNotImplementingInterface() public méthode

testOfTheSameObject() public méthode

public testOfTheSameObject ( )

testOfTheSameObjectWithInlineFragment() public méthode

testUnionIntoContainedObject() public méthode

testUnionIntoNonOverlappingInterface() public méthode

testUnionIntoNonOverlappingUnion() public méthode

testUnionIntoNotContainedObject() public méthode

testUnionIntoOverlappingInterface() public méthode

testUnionIntoOverlappingUnion() public méthode