PHP Class PhpMigration\Changes\AbstractIntroducedTest

Inheritance: extends AbstractChangeTest
Show file Open project: monque/php-migration

Public Methods

Method Description
testNewClass ( )
testNewConst ( )
testNewFunc ( )
testNewMethod ( )

Protected Methods

Method Description
genDefine ( $name )
genMethod ( $class, $method )

Method Details

genDefine() protected method

protected genDefine ( $name )

genMethod() protected method

protected genMethod ( $class, $method )

testNewClass() public method

public testNewClass ( )

testNewConst() public method

public testNewConst ( )

testNewFunc() public method

public testNewFunc ( )

testNewMethod() public method

public testNewMethod ( )