Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Command.php

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

... See full list

File

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

Namespace

PHPUnit\TextUI\Command
View source
interface Command {
    public function execute() : Result;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Command::execute public function 11
RSS feed
Powered by Drupal