PHP 클래스 GraphQL\Tests\Validator\NoUnusedVariablesTest

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

공개 메소드들

메소드 설명
testMultipleVariablesNotUsed ( )
testMultipleVariablesNotUsed2 ( )
testUsesAllVariables ( )
testUsesAllVariablesDeeply ( )
testUsesAllVariablesDeeplyInInlineFragments ( )
testUsesAllVariablesInFragments ( )
testVariableNotUsed ( )
testVariableNotUsedByFragmentUsedByOtherOperation ( )
testVariableNotUsedByUnreferencedFragment ( )
testVariableNotUsedInFragments ( )
testVariableUsedByFragmentInMultipleOperations ( )
testVariableUsedByRecursiveFragment ( )

비공개 메소드들

메소드 설명
unusedVar ( $varName, $opName, $line, $column )

메소드 상세

testMultipleVariablesNotUsed() 공개 메소드

testMultipleVariablesNotUsed2() 공개 메소드

testUsesAllVariables() 공개 메소드

testUsesAllVariablesDeeply() 공개 메소드

testUsesAllVariablesDeeplyInInlineFragments() 공개 메소드

testUsesAllVariablesInFragments() 공개 메소드

testVariableNotUsed() 공개 메소드

public testVariableNotUsed ( )

testVariableNotUsedByFragmentUsedByOtherOperation() 공개 메소드

testVariableNotUsedByUnreferencedFragment() 공개 메소드

testVariableNotUsedInFragments() 공개 메소드

testVariableUsedByFragmentInMultipleOperations() 공개 메소드

testVariableUsedByRecursiveFragment() 공개 메소드