PHP Class PhpParser\Builder\FunctionTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: nikic/php-parser

Public Methods

Method Description
createFunctionBuilder ( $name )
testDocComment ( )
testInvalidNullableVoidType ( )
testInvalidParamError ( )
testParams ( )
testReturnByRef ( )
testReturnType ( )
testStmts ( )

Method Details

createFunctionBuilder() public method

public createFunctionBuilder ( $name )

testDocComment() public method

public testDocComment ( )

testInvalidNullableVoidType() public method

testInvalidParamError() public method

testParams() public method

public testParams ( )

testReturnByRef() public method

public testReturnByRef ( )

testReturnType() public method

public testReturnType ( )

testStmts() public method

public testStmts ( )