PHP 클래스 PhpParser\Builder\FunctionTest

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

공개 메소드들

메소드 설명
createFunctionBuilder ( $name )
testDocComment ( )
testInvalidNullableVoidType ( )
testInvalidParamError ( )
testParams ( )
testReturnByRef ( )
testReturnType ( )
testStmts ( )

메소드 상세

createFunctionBuilder() 공개 메소드

public createFunctionBuilder ( $name )

testDocComment() 공개 메소드

public testDocComment ( )

testInvalidNullableVoidType() 공개 메소드

testInvalidParamError() 공개 메소드

testParams() 공개 메소드

public testParams ( )

testReturnByRef() 공개 메소드

public testReturnByRef ( )

testReturnType() 공개 메소드

public testReturnType ( )

testStmts() 공개 메소드

public testStmts ( )