PHP 클래스 ParaTest\Parser\Parser

파일 보기 프로젝트 열기: brianium/paratest 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $srcPath )
getClass ( ) : null | ParaTest\Parser\ParsedClass Returns the fully constructed class with methods or null if the class is abstract

비공개 메소드들

메소드 설명
classNameMatchesFileName ( $filename, $className ) : boolean
getClassName ( $filename, $previousDeclaredClasses ) : string Return the class name of the class contained in the file
getCleanReflectionName ( ) : string Return reflection name with null bytes stripped
getMethods ( ) : array Return all test methods present in the file
invertSlashes ( $className )

메소드 상세

__construct() 공개 메소드

public __construct ( $srcPath )

getClass() 공개 메소드

Returns the fully constructed class with methods or null if the class is abstract
public getClass ( ) : null | ParaTest\Parser\ParsedClass
리턴 null | ParaTest\Parser\ParsedClass