PHP Класс BaserTestLoader

Turns partial paths used on the testsuite console and web UI into full file paths.
Наследование: extends CakeTestLoader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
generateTestList ( string $params ) : array Get the list of files for the test listing.

Защищенные методы

Метод Описание
_basePath ( array $params ) : string Generates the base path to a set of tests based on the parameters.

Описание методов

_basePath() защищенный статический Метод

Generates the base path to a set of tests based on the parameters.
protected static _basePath ( array $params ) : string
$params array
Результат string The base path.

generateTestList() публичный статический Метод

Get the list of files for the test listing.
public static generateTestList ( string $params ) : array
$params string Path parameters
Результат array