PHP Class GraphQL\Tests\Language\VisitorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: webonyx/graphql-php

Public Methods

Method Description
testAllowsANamedFunctionsVisitorAPI ( )
testAllowsEarlyExitFromDifferentPoints ( )
testAllowsEarlyExitFromLeavingDifferentPoints ( )
testAllowsEarlyExitWhileLeaving ( )
testAllowsEarlyExitWhileLeaving2 ( )
testAllowsEarlyExitWhileVisiting ( )
testAllowsEarlyExitWhileVisiting2 ( )
testAllowsEditingNodeOnEnterAndOnLeave ( )
testAllowsEditingRootNodeOnEnterAndLeave ( )
testAllowsForEditingOnEnter ( )
testAllowsForEditingOnEnter2 ( )
testAllowsForEditingOnLeave ( )
testAllowsForEditingOnLeave2 ( )
testAllowsSkippingASubTree ( )
testAllowsSkippingDifferentSubTrees ( )
testAllowsSkippingSubTree ( )
testMaintainsTypeInfoDuringEdit ( )
testMaintainsTypeInfoDuringVisit ( )
testVisitsEditedNode ( )
testVisitsKitchenSink ( )

Method Details

testAllowsANamedFunctionsVisitorAPI() public method

testAllowsEarlyExitFromDifferentPoints() public method

testAllowsEarlyExitFromLeavingDifferentPoints() public method

testAllowsEarlyExitWhileLeaving() public method

testAllowsEarlyExitWhileLeaving2() public method

testAllowsEarlyExitWhileVisiting() public method

testAllowsEarlyExitWhileVisiting2() public method

testAllowsEditingNodeOnEnterAndOnLeave() public method

testAllowsEditingRootNodeOnEnterAndLeave() public method

testAllowsForEditingOnEnter() public method

testAllowsForEditingOnEnter2() public method

testAllowsForEditingOnLeave() public method

testAllowsForEditingOnLeave2() public method

testAllowsSkippingASubTree() public method

testAllowsSkippingDifferentSubTrees() public method

testAllowsSkippingSubTree() public method

testMaintainsTypeInfoDuringEdit() public method

testMaintainsTypeInfoDuringVisit() public method

testVisitsEditedNode() public method

testVisitsKitchenSink() public method