PHP Class GraphQL\Tests\Validator\FragmentsOnCompositeTypesTest

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

Méthodes publiques

Méthode Description
testEnumIsInvalidFragmentType ( )
testInlineFragmentWithoutTypeIsValid ( )
testInputObjectIsInvalidFragmentType ( )
testInterfaceIsValidFragmentType ( )
testObjectIsValidFragmentType ( )
testObjectIsValidInlineFragmentType ( )
testScalarIsInvalidFragmentType ( )
testScalarIsInvalidInlineFragmentType ( )
testUnionIsValidFragmentType ( )

Private Methods

Méthode Description
error ( $fragName, $typeName, $line, $column )

Method Details

testEnumIsInvalidFragmentType() public méthode

testInlineFragmentWithoutTypeIsValid() public méthode

testInputObjectIsInvalidFragmentType() public méthode

testInterfaceIsValidFragmentType() public méthode

testObjectIsValidFragmentType() public méthode

testObjectIsValidInlineFragmentType() public méthode

testScalarIsInvalidFragmentType() public méthode

testScalarIsInvalidInlineFragmentType() public méthode

testUnionIsValidFragmentType() public méthode