protected property PHPUnit_TextUI_Command::$arguments in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/TextUI/Command.php \PHPUnit_TextUI_Command::arguments
Type: array
File
- vendor/
phpunit/ phpunit/ src/ TextUI/ Command.php, line 22
Class
- PHPUnit_TextUI_Command
- A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
Code
protected $arguments = array(
'listGroups' => false,
'loader' => null,
'useDefaultConfiguration' => true,
);