PHP Class GraphQL\Tests\Validator\KnownDirectivesTest

Inheritance: extends TestCase
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Méthode Description
misplacedDirective ( $directiveName, $placement, $line, $column )
testWithKnownDirectives ( )
testWithManyUnknownDirectives ( )
testWithMisplacedDirectives ( )
testWithNoDirectives ( )
testWithUnknownDirective ( )
testWithWellPlacedDirectives ( )

Private Methods

Méthode Description
unknownDirective ( $directiveName, $line, $column )

Method Details

misplacedDirective() public méthode

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

testWithKnownDirectives() public méthode

testWithManyUnknownDirectives() public méthode

testWithMisplacedDirectives() public méthode

testWithNoDirectives() public méthode

testWithUnknownDirective() public méthode

testWithWellPlacedDirectives() public méthode