PHP Class GraphQL\Tests\Validator\PossibleFragmentSpreadsTest

Inheritance: extends TestCase
Show file Open project: webonyx/graphql-php

Public Methods

Method 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

Method Description
error ( $fragName, $parentType, $fragType, $line, $column )
errorAnon ( $parentType, $fragType, $line, $column )

Method Details

testDifferentObjectIntoObject() public method

testDifferentObjectIntoObjectInInlineFragment() public method

testInterfaceIntoImplementedObject() public method

testInterfaceIntoNonImplementingObject() public method

testInterfaceIntoNonOverlappingInterface() public method

testInterfaceIntoNonOverlappingInterfaceInInlineFragment() public method

testInterfaceIntoNonOverlappingUnion() public method

testInterfaceIntoOverlappingInterface() public method

testInterfaceIntoOverlappingInterfaceInInlineFragment() public method

testInterfaceIntoOverlappingUnion() public method

testObjectIntoAnImplementedInterface() public method

testObjectIntoContainingUnion() public method

testObjectIntoNotContainingUnion() public method

testObjectIntoNotImplementingInterface() public method

testOfTheSameObject() public method

public testOfTheSameObject ( )

testOfTheSameObjectWithInlineFragment() public method

testUnionIntoContainedObject() public method

testUnionIntoNonOverlappingInterface() public method

testUnionIntoNonOverlappingUnion() public method

testUnionIntoNotContainedObject() public method

testUnionIntoOverlappingInterface() public method

testUnionIntoOverlappingUnion() public method