PHP Class PhpParser\NodeAbstractTest

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

Public Methods

Method Description
provideNodes ( )
testAttributes ( )
testChange ( array $attributes, phpparser\Node $node )
testConstruct ( array $attributes, phpparser\Node $node )
testGetDocComment ( array $attributes, phpparser\Node $node )
testIteration ( array $attributes, phpparser\Node $node )
testJsonSerialization ( )
testSetDocComment ( )

Method Details

provideNodes() public method

public provideNodes ( )

testAttributes() public method

public testAttributes ( )

testChange() public method

public testChange ( array $attributes, phpparser\Node $node )
$attributes array
$node phpparser\Node

testConstruct() public method

public testConstruct ( array $attributes, phpparser\Node $node )
$attributes array
$node phpparser\Node

testGetDocComment() public method

public testGetDocComment ( array $attributes, phpparser\Node $node )
$attributes array
$node phpparser\Node

testIteration() public method

public testIteration ( array $attributes, phpparser\Node $node )
$attributes array
$node phpparser\Node

testJsonSerialization() public method

testSetDocComment() public method

public testSetDocComment ( )