PHP 클래스 WP_PHPUnit_Util_Getopt

Used to access the protected longOptions property, to parse the arguments passed to the script. If it is determined that phpunit was called with a --group that corresponds to an @ticket annotation (such as phpunit --group 12345 for bugs marked as #WP12345), then it is assumed that known bugs should not be skipped. If WP_TESTS_FORCE_KNOWN_BUGS is already set in wp-tests-config.php, then how you call phpunit has no effect.
상속: extends PHPUnit_Util_Getopt
파일 보기 프로젝트 열기: lucatume/wp-browser

보호된 프로퍼티들

프로퍼티 타입 설명
$longOptions

공개 메소드들

메소드 설명
__construct ( $argv )

메소드 상세

__construct() 공개 메소드

public __construct ( $argv )

프로퍼티 상세

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

protected $longOptions