PHP 클래스 GraphQL\Tests\Validator\KnownDirectivesTest

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

공개 메소드들

메소드 설명
misplacedDirective ( $directiveName, $placement, $line, $column )
testWithKnownDirectives ( )
testWithManyUnknownDirectives ( )
testWithMisplacedDirectives ( )
testWithNoDirectives ( )
testWithUnknownDirective ( )
testWithWellPlacedDirectives ( )

비공개 메소드들

메소드 설명
unknownDirective ( $directiveName, $line, $column )

메소드 상세

misplacedDirective() 공개 메소드

public misplacedDirective ( $directiveName, $placement, $line, $column )

testWithKnownDirectives() 공개 메소드

testWithManyUnknownDirectives() 공개 메소드

testWithMisplacedDirectives() 공개 메소드

testWithNoDirectives() 공개 메소드

testWithUnknownDirective() 공개 메소드

testWithWellPlacedDirectives() 공개 메소드