PHP 클래스 GraphQL\Tests\Validator\NoUndefinedVariablesTest

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

공개 메소드들

메소드 설명
testAllVariablesDeeplyDefined ( )
testAllVariablesDeeplyInInlineFragmentsDefined ( )
testAllVariablesDefined ( )
testAllVariablesInFragmentsDeeplyDefined ( )
testMultipleUndefinedVariablesProduceMultipleErrors ( )
testMultipleVariablesInFragmentsNotDefined ( )
testMultipleVariablesNotDefined ( )
testSingleVariableInFragmentNotDefinedByMultipleOperations ( )
testVariableInFragmentNotDefinedByOperation ( )
testVariableInFragmentNotDefinedByUnNamedQuery ( )
testVariableInFragmentUsedByOtherOperation ( )
testVariableNotDefined ( )
testVariableNotDefinedByUnNamedQuery ( )
testVariableWithinFragmentsDefinedInOperations ( )
testVariableWithinRecursiveFragmentDefined ( )
testVariableWithinSingleFragmentDefinedInMultipleOperations ( )
testVariablesInFragmentNotDefinedByMultipleOperations ( )

비공개 메소드들

메소드 설명
undefVar ( $varName, $line, $column, $opName = null, $l2 = null, $c2 = null )

메소드 상세

testAllVariablesDeeplyDefined() 공개 메소드

testAllVariablesDeeplyInInlineFragmentsDefined() 공개 메소드

testAllVariablesDefined() 공개 메소드

testAllVariablesInFragmentsDeeplyDefined() 공개 메소드

testMultipleUndefinedVariablesProduceMultipleErrors() 공개 메소드

testMultipleVariablesInFragmentsNotDefined() 공개 메소드

testMultipleVariablesNotDefined() 공개 메소드

testSingleVariableInFragmentNotDefinedByMultipleOperations() 공개 메소드

testVariableInFragmentNotDefinedByOperation() 공개 메소드

testVariableInFragmentNotDefinedByUnNamedQuery() 공개 메소드

testVariableInFragmentUsedByOtherOperation() 공개 메소드

testVariableNotDefined() 공개 메소드

testVariableNotDefinedByUnNamedQuery() 공개 메소드

testVariableWithinFragmentsDefinedInOperations() 공개 메소드

testVariableWithinRecursiveFragmentDefined() 공개 메소드

testVariableWithinSingleFragmentDefinedInMultipleOperations() 공개 메소드

testVariablesInFragmentNotDefinedByMultipleOperations() 공개 메소드