class ShowVersionCommand
@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
- class \PHPUnit\TextUI\Command\ShowVersionCommand implements \PHPUnit\TextUI\Command\Command
Expanded class hierarchy of ShowVersionCommand
1 file declares its use of ShowVersionCommand
- Application.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Application.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Commands/ ShowVersionCommand.php, line 17
Namespace
PHPUnit\TextUI\CommandView source
final class ShowVersionCommand implements Command {
public function execute() : Result {
return Result::from();
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
ShowVersionCommand::execute | public | function | Overrides Command::execute |