Property | Type | Description | |
---|---|---|---|
$_options | array | Options passed across the command line parsed by getopt() |
Method | Description | |
---|---|---|
main ( array $options = null, |
Sets up options, and initialises the Runner to perform mutation tests and echo out the results |
Method | Description | |
---|---|---|
setAdapterConstraint ( |
Set Adapter Constraint. For example, you can constrain PHPUnit by passing the Test Case/Suite Class and/or Name to execute. e.g. phpunit AllTests.php (constraint is "AllTests.php") | |
setAdapterName ( |
Set an adapter name to use for the provided runner. If none is provided, the PHPUnit adapter name is set by default. | |
setAdapterOptions ( |
Set options to be parsed and passed to the adapter instance used by the runner | |
setBaseDirectory ( |
Set a base directory for the provided runner | |
setBootstrap ( |
Set the path to a bootstrap file used when testing. This allows for registering autoloaders and such, for example TestHelper.php or Bootstrap.php are common for PHPUnit. | |
setDetailCaptures ( |
Set timeout in seconds to apply to each test run. The default timeout is 120 seconds. | |
setSourceDirectory ( |
Set a source directory for the provided runner | |
setTestDirectory ( |
Set a tests directory for the provided runner | |
setTimeout ( |
Set timeout in seconds to apply to each test run. The default timeout is 120 seconds. |
protected static setAdapterConstraint ( |
||
$runner |
protected static setAdapterName ( |
||
$runner |
protected static setAdapterOptions ( |
||
$runner |
protected static setBaseDirectory ( |
||
$runner |
protected static setBootstrap ( |
||
$runner |
protected static setDetailCaptures ( |
||
$runner |
protected static setSourceDirectory ( |
||
$runner |
protected static setTestDirectory ( |
||
$runner |
protected static setTimeout ( |
||
$runner |
protected static array $_options | ||
return | array |