PHP Class GraphQL\Tests\Type\IntrospectionTest

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

Public Methods

Method Description
testExecutesAnIntrospectionQuery ( )
testExposesDescriptionsOnEnums ( )
testExposesDescriptionsOnTypesAndFields ( )
testFailsAsExpectedOnThe__typeRootFieldWithoutAnArg ( )
testIdentifiesDeprecatedEnumValues ( )
testIdentifiesDeprecatedFields ( )
testIntrospectsOnInputObject ( )
testRespectsTheIncludeDeprecatedParameterForEnumValues ( )
testRespectsTheIncludeDeprecatedParameterForFields ( )
testSupportsThe__typeRootField ( )

Method Details

testExecutesAnIntrospectionQuery() public method

testExposesDescriptionsOnEnums() public method

testExposesDescriptionsOnTypesAndFields() public method

testFailsAsExpectedOnThe__typeRootFieldWithoutAnArg() public method

testIdentifiesDeprecatedEnumValues() public method

testIdentifiesDeprecatedFields() public method

testIntrospectsOnInputObject() public method

testRespectsTheIncludeDeprecatedParameterForEnumValues() public method

testRespectsTheIncludeDeprecatedParameterForFields() public method

testSupportsThe__typeRootField() public method