PHP Class GraphQL\Tests\Validator\NoUnusedFragmentsTest

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

Méthodes publiques

Méthode Description
testAllFragmentNamesAreUsed ( )
testAllFragmentNamesAreUsedByMultipleOperations ( )
testContainsUnknownAndUndefFragments ( )
testContainsUnknownFragments ( )
testContainsUnknownFragmentsWithRefCycle ( )

Private Methods

Méthode Description
unusedFrag ( $fragName, $line, $column )

Method Details

testAllFragmentNamesAreUsed() public méthode

testAllFragmentNamesAreUsedByMultipleOperations() public méthode

testContainsUnknownAndUndefFragments() public méthode

testContainsUnknownFragments() public méthode

testContainsUnknownFragmentsWithRefCycle() public méthode