You are here

protected property PHPUnit_TextUI_Command::$longOptions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/TextUI/Command.php \PHPUnit_TextUI_Command::longOptions

Type: array

File

vendor/phpunit/phpunit/src/TextUI/Command.php, line 36

Class

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

Code

protected $longOptions = array(
  'colors==' => null,
  'bootstrap=' => null,
  'columns=' => null,
  'configuration=' => null,
  'coverage-clover=' => null,
  'coverage-crap4j=' => null,
  'coverage-html=' => null,
  'coverage-php=' => null,
  'coverage-text==' => null,
  'coverage-xml=' => 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-risky' => null,
  'stop-on-skipped' => null,
  'report-useless-tests' => null,
  'strict-coverage' => null,
  'disallow-test-output' => null,
  'enforce-time-limit' => null,
  'disallow-todo-tests' => null,
  'strict-global-state' => null,
  'strict' => null,
  'tap' => null,
  'testdox' => null,
  'testdox-html=' => null,
  'testdox-text=' => null,
  'test-suffix=' => null,
  'no-configuration' => null,
  'no-coverage' => null,
  'no-globals-backup' => null,
  'printer=' => null,
  'static-backup' => null,
  'verbose' => null,
  'version' => null,
);