PHP Class BaserTestLoader

Turns partial paths used on the testsuite console and web UI into full file paths.
Inheritance: extends CakeTestLoader
显示文件 Open project: baserproject/basercms Class Usage Examples

Public Methods

Method Description
generateTestList ( string $params ) : array Get the list of files for the test listing.

Protected Methods

Method Description
_basePath ( array $params ) : string Generates the base path to a set of tests based on the parameters.

Method Details

_basePath() protected static method

Generates the base path to a set of tests based on the parameters.
protected static _basePath ( array $params ) : string
$params array
return string The base path.

generateTestList() public static method

Get the list of files for the test listing.
public static generateTestList ( string $params ) : array
$params string Path parameters
return array