PHP Class PhpParser\Node\NameTest

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

Public Methods

Method Description
testConcat ( )
testConstruct ( )
testGet ( )
testInvalidArg ( )
testIs ( )
testSlice ( )
testSliceLengthTooLarge ( )
testSliceLengthTooSmall ( )
testSliceOffsetTooLarge ( )
testSliceOffsetTooSmall ( )
testToString ( )

Method Details

testConcat() public method

public testConcat ( )

testConstruct() public method

public testConstruct ( )

testGet() public method

public testGet ( )

testInvalidArg() public method

public testInvalidArg ( )

testIs() public method

public testIs ( )

testSlice() public method

public testSlice ( )

testSliceLengthTooLarge() public method

testSliceLengthTooSmall() public method

testSliceOffsetTooLarge() public method

testSliceOffsetTooSmall() public method

testToString() public method

public testToString ( )