PHP Класс GraphQL\Tests\StarWarsIntrospectionTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
testAllowsQueryingForAnObjectKind ( )
testAllowsQueryingForInterfaceKind ( )
testAllowsQueryingForObjectFields ( )
testAllowsQueryingTheSchemaForASpecificType ( )
testAllowsQueryingTheSchemaForDocumentation ( )
testAllowsQueryingTheSchemaForFieldArgs ( )
testAllowsQueryingTheSchemaForNestedObjectFields ( )
testAllowsQueryingTheSchemaForQueryType ( )
testAllowsQueryingTheSchemaForTypes ( )

Приватные методы

Метод Описание
assertValidQuery ( $query, $expected ) Helper function to test a query and the expected response.

Описание методов

testAllowsQueryingForAnObjectKind() публичный Метод

testAllowsQueryingForInterfaceKind() публичный Метод

testAllowsQueryingForObjectFields() публичный Метод

testAllowsQueryingTheSchemaForASpecificType() публичный Метод

testAllowsQueryingTheSchemaForDocumentation() публичный Метод

testAllowsQueryingTheSchemaForFieldArgs() публичный Метод

testAllowsQueryingTheSchemaForNestedObjectFields() публичный Метод

testAllowsQueryingTheSchemaForQueryType() публичный Метод

testAllowsQueryingTheSchemaForTypes() публичный Метод