PHP Class GraphQL\Tests\Validator\NoFragmentCyclesTest

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

Méthodes publiques

Méthode Description
testDoesNotFalsePositiveOnUnknownFragment ( )
testDoubleSpreadWithinAbstractTypes ( )
testNoSpreadingItselfDeeply ( )
testNoSpreadingItselfDeeplyAndImmediately ( )
testNoSpreadingItselfDeeplyTwoPaths ( )
testNoSpreadingItselfDeeplyTwoPathsTraverseOrder ( )
testNoSpreadingItselfDirectly ( )
testNoSpreadingItselfDirectlyWithinInlineFragment ( )
testNoSpreadingItselfIndirectly ( )
testNoSpreadingItselfIndirectlyReportsOppositeOrder ( )
testNoSpreadingItselfIndirectlyWithinInlineFragment ( )
testSingleReferenceIsValid ( )
testSpreadingRecursivelyWithinFieldFails ( )
testSpreadingTwiceIndirectlyIsNotCircular ( )
testSpreadingTwiceIsNotCircular ( )

Private Methods

Méthode Description
cycleError ( $fargment, $spreadNames, $line, $column )

Method Details

testDoesNotFalsePositiveOnUnknownFragment() public méthode

testDoubleSpreadWithinAbstractTypes() public méthode

testNoSpreadingItselfDeeply() public méthode

testNoSpreadingItselfDeeplyAndImmediately() public méthode

testNoSpreadingItselfDeeplyTwoPaths() public méthode

testNoSpreadingItselfDeeplyTwoPathsTraverseOrder() public méthode

testNoSpreadingItselfDirectly() public méthode

testNoSpreadingItselfDirectlyWithinInlineFragment() public méthode

testNoSpreadingItselfIndirectly() public méthode

testNoSpreadingItselfIndirectlyReportsOppositeOrder() public méthode

testNoSpreadingItselfIndirectlyWithinInlineFragment() public méthode

testSingleReferenceIsValid() public méthode

testSpreadingRecursivelyWithinFieldFails() public méthode

testSpreadingTwiceIndirectlyIsNotCircular() public méthode

testSpreadingTwiceIsNotCircular() public méthode