PHP Class PhpParser\NodeAbstractTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nikic/php-parser

Méthodes publiques

Méthode 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 méthode

public provideNodes ( )

testAttributes() public méthode

public testAttributes ( )

testChange() public méthode

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

testConstruct() public méthode

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

testGetDocComment() public méthode

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

testIteration() public méthode

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

testJsonSerialization() public méthode

testSetDocComment() public méthode

public testSetDocComment ( )