PHP Class GraphQL\Tests\Validator\UniqueOperationNamesTest

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

Méthodes publiques

Méthode Description
testFragmentAndOperationNamedTheSame ( )
testMultipleOperations ( )
testMultipleOperationsOfDifferentTypes ( )
testMultipleOperationsOfSameName ( )
testMultipleOpsOfSameNameOfDifferentTypes_Mutation ( )
testMultipleOpsOfSameNameOfDifferentTypes_Subscription ( )
testNoOperations ( )
testOneAnonOperation ( )
testOneNamedOperation ( )

Private Methods

Méthode Description
duplicateOp ( $opName, $l1, $c1, $l2, $c2 )

Method Details

testFragmentAndOperationNamedTheSame() public méthode

testMultipleOperations() public méthode

testMultipleOperationsOfDifferentTypes() public méthode

testMultipleOperationsOfSameName() public méthode

testMultipleOpsOfSameNameOfDifferentTypes_Mutation() public méthode

testMultipleOpsOfSameNameOfDifferentTypes_Subscription() public méthode

testNoOperations() public méthode

public testNoOperations ( )

testOneAnonOperation() public méthode

testOneNamedOperation() public méthode