PHP Class BaserTestSuiteDispatcher

Inheritance: extends CakeTestSuiteDispatcher
Mostra file Open project: baserproject/basercms Class Usage Examples

Public Properties

Property Type Description
$params array 'Request' parameters

Public Methods

Method Description
run ( ) : void Static method to initialize the test runner, keeps global space clean

Protected Methods

Method Description
_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.

Method Details

_parseParams() protected method

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

_runTestCase() protected method

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

_testCaseList() protected method

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

run() public static method

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

Property Details

$params public_oe property

'Request' parameters
public array $params
return array