PHP 클래스 PhpParser\NodeAbstractTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nikic/php-parser

공개 메소드들

메소드 설명
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 ( )

메소드 상세

provideNodes() 공개 메소드

public provideNodes ( )

testAttributes() 공개 메소드

public testAttributes ( )

testChange() 공개 메소드

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

testConstruct() 공개 메소드

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

testGetDocComment() 공개 메소드

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

testIteration() 공개 메소드

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

testJsonSerialization() 공개 메소드

testSetDocComment() 공개 메소드

public testSetDocComment ( )