PHP Class GraphQL\Tests\StarWarsIntrospectionTest

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

Méthodes publiques

Méthode Description
testAllowsQueryingForAnObjectKind ( )
testAllowsQueryingForInterfaceKind ( )
testAllowsQueryingForObjectFields ( )
testAllowsQueryingTheSchemaForASpecificType ( )
testAllowsQueryingTheSchemaForDocumentation ( )
testAllowsQueryingTheSchemaForFieldArgs ( )
testAllowsQueryingTheSchemaForNestedObjectFields ( )
testAllowsQueryingTheSchemaForQueryType ( )
testAllowsQueryingTheSchemaForTypes ( )

Private Methods

Méthode Description
assertValidQuery ( $query, $expected ) Helper function to test a query and the expected response.

Method Details

testAllowsQueryingForAnObjectKind() public méthode

testAllowsQueryingForInterfaceKind() public méthode

testAllowsQueryingForObjectFields() public méthode

testAllowsQueryingTheSchemaForASpecificType() public méthode

testAllowsQueryingTheSchemaForDocumentation() public méthode

testAllowsQueryingTheSchemaForFieldArgs() public méthode

testAllowsQueryingTheSchemaForNestedObjectFields() public méthode

testAllowsQueryingTheSchemaForQueryType() public méthode

testAllowsQueryingTheSchemaForTypes() public méthode