PHP Класс GraphQL\Tests\Validator\ScalarLeafsTest

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

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

Метод Описание
testInterfaceTypeMissingSelection ( )
testObjectTypeMissingSelection ( )
testScalarSelectionNotAllowedOnBoolean ( )
testScalarSelectionNotAllowedOnEnum ( )
testScalarSelectionNotAllowedWithArgs ( )
testScalarSelectionNotAllowedWithDirectives ( )
testScalarSelectionNotAllowedWithDirectivesAndArgs ( )
testValidScalarSelection ( )
testValidScalarSelectionWithArgs ( )

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

Метод Описание
missingObjSubselection ( $field, $type, $line, $column )
noScalarSubselection ( $field, $type, $line, $column )

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

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

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

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

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

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

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

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

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

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