PHP Class 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.
Inheritance: extends PHPUnit_Util_Getopt
Show file Open project: lucatume/wp-browser

Protected Properties

Property Type Description
$longOptions

Public Methods

Method Description
__construct ( $argv )

Method Details

__construct() public method

public __construct ( $argv )

Property Details

$longOptions protected property

protected $longOptions