PHP Class GraphQL\Tests\Validator\FragmentsOnCompositeTypesTest

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

Public Methods

Method Description
testEnumIsInvalidFragmentType ( )
testInlineFragmentWithoutTypeIsValid ( )
testInputObjectIsInvalidFragmentType ( )
testInterfaceIsValidFragmentType ( )
testObjectIsValidFragmentType ( )
testObjectIsValidInlineFragmentType ( )
testScalarIsInvalidFragmentType ( )
testScalarIsInvalidInlineFragmentType ( )
testUnionIsValidFragmentType ( )

Private Methods

Method Description
error ( $fragName, $typeName, $line, $column )

Method Details

testEnumIsInvalidFragmentType() public method

testInlineFragmentWithoutTypeIsValid() public method

testInputObjectIsInvalidFragmentType() public method

testInterfaceIsValidFragmentType() public method

testObjectIsValidFragmentType() public method

testObjectIsValidInlineFragmentType() public method

testScalarIsInvalidFragmentType() public method

testScalarIsInvalidInlineFragmentType() public method

testUnionIsValidFragmentType() public method