Méthode | Description | |
---|---|---|
__construct ( string $arguments ) | Parses raw command line arguments into object properties. | |
doCodeCoverage ( ) : boolean | Should code coverage be run or not. | |
getExcludes ( ) : array | Array of excluded folders. | |
getHelpText ( ) : string | Returns plain-text help message for command line runner. | |
getTest ( ) : string | Run only this test. | |
getTestCase ( ) : string | Run only this test suite. | |
help ( ) : boolean | Output should be a help message. Disabled during XML mode. | |
isJUnit ( ) : boolean | Output should be JUnit or not. | |
isXml ( ) : boolean | Output should be XML or not. | |
noSkips ( ) : boolean | Output should suppress skip messages. |
public __construct ( string $arguments ) | ||
$arguments | string | Raw commend line arguments. |
public doCodeCoverage ( ) : boolean | ||
Résultat | boolean |
public getExcludes ( ) : array | ||
Résultat | array |
public getHelpText ( ) : string | ||
Résultat | string | String help message |
public getTestCase ( ) : string | ||
Résultat | string | Test class name to run. |