PHP Class Kenjis\MonkeyPatch\PathChecker

Show file Open project: kenjis/ci-phpunit-test Class Usage Examples

Public Methods

Method Description
check ( $path )
getExcludePaths ( )
getIncludePaths ( )
setExcludePaths ( array $dir )
setIncludePaths ( array $dir )

Protected Methods

Method Description
normalizePaths ( array $paths ) : array

Method Details

check() public static method

public static check ( $path )

getExcludePaths() public static method

public static getExcludePaths ( )

getIncludePaths() public static method

public static getIncludePaths ( )

normalizePaths() protected static method

protected static normalizePaths ( array $paths ) : array
$paths array directory or file path
return array

setExcludePaths() public static method

public static setExcludePaths ( array $dir )
$dir array

setIncludePaths() public static method

public static setIncludePaths ( array $dir )
$dir array