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.
Mostrar archivo
Open project: lucatume/wp-browser
Protected Properties
Public Methods
Method Details
__construct()
public method
Property Details
$longOptions protected_oe property