PHP 클래스 gossi\codegen\tests\model\DocblockTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: gossi/php-code-generator

공개 메소드들

메소드 설명
testClass ( )
testConstant ( )
testEmptyClass ( )
testEmptyConstant ( )
testEmptyDocblock ( )
testEmptyFunction ( )
testEmptyInterface ( )
testEmptyMethod ( )
testEmptyProperty ( )
testEmptyTrait ( )
testFunction ( )
testInterface ( )
testMethod ( )
testObjectParam ( )
testProperty ( )
testTrait ( )

비공개 메소드들

메소드 설명
getConstant ( ) : PhpConstant
getMethod ( ) : PhpMethod
getProperty ( ) : PhpProperty

메소드 상세

testClass() 공개 메소드

public testClass ( )

testConstant() 공개 메소드

public testConstant ( )

testEmptyClass() 공개 메소드

public testEmptyClass ( )

testEmptyConstant() 공개 메소드

public testEmptyConstant ( )

testEmptyDocblock() 공개 메소드

public testEmptyDocblock ( )

testEmptyFunction() 공개 메소드

public testEmptyFunction ( )

testEmptyInterface() 공개 메소드

public testEmptyInterface ( )

testEmptyMethod() 공개 메소드

public testEmptyMethod ( )

testEmptyProperty() 공개 메소드

public testEmptyProperty ( )

testEmptyTrait() 공개 메소드

public testEmptyTrait ( )

testFunction() 공개 메소드

public testFunction ( )

testInterface() 공개 메소드

public testInterface ( )

testMethod() 공개 메소드

public testMethod ( )

testObjectParam() 공개 메소드

public testObjectParam ( )

testProperty() 공개 메소드

public testProperty ( )

testTrait() 공개 메소드

public testTrait ( )