PHP Class GraphQL\Tests\Validator\ScalarLeafsTest

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

Méthodes publiques

Méthode Description
testInterfaceTypeMissingSelection ( )
testObjectTypeMissingSelection ( )
testScalarSelectionNotAllowedOnBoolean ( )
testScalarSelectionNotAllowedOnEnum ( )
testScalarSelectionNotAllowedWithArgs ( )
testScalarSelectionNotAllowedWithDirectives ( )
testScalarSelectionNotAllowedWithDirectivesAndArgs ( )
testValidScalarSelection ( )
testValidScalarSelectionWithArgs ( )

Private Methods

Méthode Description
missingObjSubselection ( $field, $type, $line, $column )
noScalarSubselection ( $field, $type, $line, $column )

Method Details

testInterfaceTypeMissingSelection() public méthode

testObjectTypeMissingSelection() public méthode

testScalarSelectionNotAllowedOnBoolean() public méthode

testScalarSelectionNotAllowedOnEnum() public méthode

testScalarSelectionNotAllowedWithArgs() public méthode

testScalarSelectionNotAllowedWithDirectives() public méthode

testScalarSelectionNotAllowedWithDirectivesAndArgs() public méthode

testValidScalarSelection() public méthode

testValidScalarSelectionWithArgs() public méthode