interface Command
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\TextUI\Command\Command
Expanded class hierarchy of Command
All classes that implement Command
18 string references to 'Command'
- Application::complete in vendor/
symfony/ console/ Application.php - Adds suggestions to $suggestions for the current completion input (e.g. option or argument).
- Application::doRun in vendor/
symfony/ console/ Application.php - Runs the current application.
- Application::getDefaultInputDefinition in vendor/
symfony/ console/ Application.php - Gets the default input definition.
- ArgvInput::parseArgument in vendor/
symfony/ console/ Input/ ArgvInput.php - Parses an argument.
- CliRequest::__construct in vendor/
symfony/ console/ Debug/ CliRequest.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Command.php, line 17
Namespace
PHPUnit\TextUI\CommandView source
interface Command {
public function execute() : Result;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Command::execute | public | function | 11 |