PHP Class BaserTestLoader

Turns partial paths used on the testsuite console and web UI into full file paths.
Inheritance: extends CakeTestLoader
Afficher le fichier Open project: baserproject/basercms Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

_basePath() protected static méthode

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

generateTestList() public static méthode

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