PHP 클래스 BaserTestSuiteDispatcher

상속: extends CakeTestSuiteDispatcher
파일 보기 프로젝트 열기: baserproject/basercms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$params array 'Request' parameters

공개 메소드들

메소드 설명
run ( ) : void Static method to initialize the test runner, keeps global space clean

보호된 메소드들

메소드 설명
_parseParams ( ) : void Parse URL params into a 'request'
_runTestCase ( ) : void Runs a test case file.
_testCaseList ( ) : void Generates a page containing the a list of test cases that could be run.

메소드 상세

_parseParams() 보호된 메소드

Parse URL params into a 'request'
protected _parseParams ( ) : void
리턴 void

_runTestCase() 보호된 메소드

Runs a test case file.
protected _runTestCase ( ) : void
리턴 void

_testCaseList() 보호된 메소드

Generates a page containing the a list of test cases that could be run.
protected _testCaseList ( ) : void
리턴 void

run() 공개 정적인 메소드

Static method to initialize the test runner, keeps global space clean
public static run ( ) : void
리턴 void

프로퍼티 상세

$params 공개적으로 프로퍼티

'Request' parameters
public array $params
리턴 array