PHP Class ParaTest\Runners\PHPUnit\SuitePath

Show file Open project: brianium/paratest

Protected Properties

Property Type Description
$excludedPaths string[]s
$path string
$suffix string

Public Methods

Method Description
__construct ( $path, $excludedPaths, $suffix )
getExcludedPaths ( ) : string[]
getPath ( ) : string
getPattern ( ) : string
getSuffix ( ) : string

Method Details

__construct() public method

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

getExcludedPaths() public method

public getExcludedPaths ( ) : string[]
return string[]

getPath() public method

public getPath ( ) : string
return string

getPattern() public method

public getPattern ( ) : string
return string

getSuffix() public method

public getSuffix ( ) : string
return string

Property Details

$excludedPaths protected property

protected string[]s $excludedPaths
return string[]s

$path protected property

protected string $path
return string

$suffix protected property

protected string $suffix
return string