PHP 클래스 WPUnitCommand, hm-dev

상속: extends WP_CLI_Command
파일 보기 프로젝트 열기: humanmade/hm-dev

공개 프로퍼티들

프로퍼티 타입 설명
$printer
$testCases

보호된 프로퍼티들

프로퍼티 타입 설명
$default_subcommand

공개 메소드들

메소드 설명
get_description ( )
run ( $args = [], $assoc_args = [] )
show ( $args = [] )

비공개 메소드들

메소드 설명
_output_results ( $result )
_run_tests ( $classes, $classname = '' )
test_for_phpunit ( )

메소드 상세

get_description() 공개 정적인 메소드

public static get_description ( )

run() 공개 메소드

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

show() 공개 메소드

public show ( $args = [] )

프로퍼티 상세

$default_subcommand 보호되어 있는 프로퍼티

protected $default_subcommand

$printer 공개적으로 프로퍼티

public $printer

$testCases 공개적으로 프로퍼티

public $testCases