PHP 클래스 ParaTest\Runners\PHPUnit\SuitePath

파일 보기 프로젝트 열기: brianium/paratest

보호된 프로퍼티들

프로퍼티 타입 설명
$excludedPaths string[]s
$path string
$suffix string

공개 메소드들

메소드 설명
__construct ( $path, $excludedPaths, $suffix )
getExcludedPaths ( ) : string[]
getPath ( ) : string
getPattern ( ) : string
getSuffix ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( $path, $excludedPaths, $suffix )

getExcludedPaths() 공개 메소드

public getExcludedPaths ( ) : string[]
리턴 string[]

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getPattern() 공개 메소드

public getPattern ( ) : string
리턴 string

getSuffix() 공개 메소드

public getSuffix ( ) : string
리턴 string

프로퍼티 상세

$excludedPaths 보호되어 있는 프로퍼티

protected string[]s $excludedPaths
리턴 string[]s

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string

$suffix 보호되어 있는 프로퍼티

protected string $suffix
리턴 string