PHP 클래스 GraphQL\Tests\Validator\FragmentsOnCompositeTypesTest

상속: extends TestCase
파일 보기 프로젝트 열기: webonyx/graphql-php

공개 메소드들

메소드 설명
testEnumIsInvalidFragmentType ( )
testInlineFragmentWithoutTypeIsValid ( )
testInputObjectIsInvalidFragmentType ( )
testInterfaceIsValidFragmentType ( )
testObjectIsValidFragmentType ( )
testObjectIsValidInlineFragmentType ( )
testScalarIsInvalidFragmentType ( )
testScalarIsInvalidInlineFragmentType ( )
testUnionIsValidFragmentType ( )

비공개 메소드들

메소드 설명
error ( $fragName, $typeName, $line, $column )

메소드 상세

testEnumIsInvalidFragmentType() 공개 메소드

testInlineFragmentWithoutTypeIsValid() 공개 메소드

testInputObjectIsInvalidFragmentType() 공개 메소드

testInterfaceIsValidFragmentType() 공개 메소드

testObjectIsValidFragmentType() 공개 메소드

testObjectIsValidInlineFragmentType() 공개 메소드

testScalarIsInvalidFragmentType() 공개 메소드

testScalarIsInvalidInlineFragmentType() 공개 메소드

testUnionIsValidFragmentType() 공개 메소드