function Result::from
11 calls to Result::from()
- 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/ Result.php, line 28
Class
- Result
- @psalm-immutable
Namespace
PHPUnit\TextUI\CommandCode
public static function from(string $output = '', int $shellExitCode = self::SUCCESS) : self {
return new self($output, $shellExitCode);
}