PHP Class BaserTestSuiteDispatcher

Inheritance: extends CakeTestSuiteDispatcher
Afficher le fichier Open project: baserproject/basercms Class Usage Examples

Méthodes publiques

Свойство Type Description
$params array 'Request' parameters

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

Parse URL params into a 'request'
protected _parseParams ( ) : void
Résultat void

_runTestCase() protected méthode

Runs a test case file.
protected _runTestCase ( ) : void
Résultat void

_testCaseList() protected méthode

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

run() public static méthode

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

Property Details

$params public_oe property

'Request' parameters
public array $params
Résultat array