PHP Class WPUnitCommand, hm-dev

Inheritance: extends WP_CLI_Command
Show file Open project: humanmade/hm-dev

Public Properties

Property Type Description
$printer
$testCases

Protected Properties

Property Type Description
$default_subcommand

Public Methods

Method Description
get_description ( )
run ( $args = [], $assoc_args = [] )
show ( $args = [] )

Private Methods

Method Description
_output_results ( $result )
_run_tests ( $classes, $classname = '' )
test_for_phpunit ( )

Method Details

get_description() public static method

public static get_description ( )

run() public method

public run ( $args = [], $assoc_args = [] )

show() public method

public show ( $args = [] )

Property Details

$default_subcommand protected property

protected $default_subcommand

$printer public property

public $printer

$testCases public property

public $testCases