PHP 클래스 BaserTestLoader

Turns partial paths used on the testsuite console and web UI into full file paths.
상속: extends CakeTestLoader
파일 보기 프로젝트 열기: baserproject/basercms 1 사용 예제들

공개 메소드들

메소드 설명
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