function Command::execute
Same name in this branch
- 11.1.x vendor/symfony/console/Command/Command.php \Symfony\Component\Console\Command\Command::execute()
11 methods override Command::execute()
- AtLeastVersionCommand::execute in vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Commands/ AtLeastVersionCommand.php - GenerateConfigurationCommand::execute in vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Commands/ GenerateConfigurationCommand.php - ListGroupsCommand::execute in vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Commands/ ListGroupsCommand.php - ListTestsAsTextCommand::execute in vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Commands/ ListTestsAsTextCommand.php - ListTestsAsXmlCommand::execute in vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Commands/ ListTestsAsXmlCommand.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Command.php, line 19
Class
- Command
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\CommandCode
public function execute() : Result;