PHP Class GraphQL\Tests\Language\SchemaParserTest

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

Méthodes publiques

Méthode Description
testDoubleValueEnum ( )
testScalar ( )
testSimpleExtension ( )
testSimpleFieldWithArg ( )
testSimpleFieldWithArgWithDefaultValue ( )
testSimpleFieldWithListArg ( )
testSimpleFieldWithTwoArgs ( )
testSimpleInputObject ( )
testSimpleInputObjectWithArgsShouldFail ( )
testSimpleInterface ( )
testSimpleNonNullType ( )
testSimpleType ( )
testSimpleTypeInheritingInterface ( )
testSimpleTypeInheritingMultipleInterfaces ( )
testSimpleUnion ( )
testSingleValueEnum ( )
testUnionWithTwoTypes ( )

Private Methods

Méthode Description
enumValueNode ( $name, $loc )
fieldNode ( $name, $type, $loc )
fieldNodeWithArgs ( $name, $type, $args, $loc )
inputValueNode ( $name, $type, $defaultValue, $loc )
nameNode ( $name, $loc )
typeNode ( $name, $loc )

Method Details

testDoubleValueEnum() public méthode

public testDoubleValueEnum ( )

testScalar() public méthode

public testScalar ( )

testSimpleExtension() public méthode

public testSimpleExtension ( )

testSimpleFieldWithArg() public méthode

testSimpleFieldWithArgWithDefaultValue() public méthode

testSimpleFieldWithListArg() public méthode

testSimpleFieldWithTwoArgs() public méthode

testSimpleInputObject() public méthode

testSimpleInputObjectWithArgsShouldFail() public méthode

testSimpleInterface() public méthode

public testSimpleInterface ( )

testSimpleNonNullType() public méthode

testSimpleType() public méthode

public testSimpleType ( )

testSimpleTypeInheritingInterface() public méthode

testSimpleTypeInheritingMultipleInterfaces() public méthode

testSimpleUnion() public méthode

public testSimpleUnion ( )

testSingleValueEnum() public méthode

public testSingleValueEnum ( )

testUnionWithTwoTypes() public méthode