protected property PHPUnit_TextUI_Command::$longOptions

Type: array

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php, line 77

Class

PHPUnit_TextUI_Command
A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.

Code

protected $longOptions = array(
  'colors' => NULL,
  'bootstrap=' => NULL,
  'configuration=' => NULL,
  'coverage-html=' => NULL,
  'coverage-clover=' => NULL,
  'coverage-php=' => NULL,
  'coverage-text==' => NULL,
  'debug' => NULL,
  'exclude-group=' => NULL,
  'filter=' => NULL,
  'testsuite=' => NULL,
  'group=' => NULL,
  'help' => NULL,
  'include-path=' => NULL,
  'list-groups' => NULL,
  'loader=' => NULL,
  'log-json=' => NULL,
  'log-junit=' => NULL,
  'log-tap=' => NULL,
  'process-isolation' => NULL,
  'repeat=' => NULL,
  'stderr' => NULL,
  'stop-on-error' => NULL,
  'stop-on-failure' => NULL,
  'stop-on-incomplete' => NULL,
  'stop-on-skipped' => NULL,
  'strict' => NULL,
  'tap' => NULL,
  'testdox' => NULL,
  'testdox-html=' => NULL,
  'testdox-text=' => NULL,
  'test-suffix=' => NULL,
  'no-configuration' => NULL,
  'no-globals-backup' => NULL,
  'printer=' => NULL,
  'static-backup' => NULL,
  'verbose' => NULL,
  'version' => NULL,
);