PHP Class PhpParser\NodeTraverserTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nikic/php-parser

Public Methods

Method Description
testDeepArray ( )
testDontTraverseChildren ( )
testMerge ( )
testModifying ( )
testNoCloneNodes ( )
testNonModifying ( )
testRemove ( )
testRemovingVisitor ( )
testReplaceByArrayOnlyAllowedIfParentIsArray ( )

Method Details

testDeepArray() public method

public testDeepArray ( )

testDontTraverseChildren() public method

testMerge() public method

public testMerge ( )

testModifying() public method

public testModifying ( )

testNoCloneNodes() public method

public testNoCloneNodes ( )

testNonModifying() public method

public testNonModifying ( )

testRemove() public method

public testRemove ( )

testRemovingVisitor() public method

public testRemovingVisitor ( )

testReplaceByArrayOnlyAllowedIfParentIsArray() public method