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

Breadcrumb

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

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

... See full list

File

vendor/phpunit/phpunit/src/TextUI/Command/Result.php, line 28

Class

Result
@psalm-immutable

Namespace

PHPUnit\TextUI\Command

Code

public static function from(string $output = '', int $shellExitCode = self::SUCCESS) : self {
    return new self($output, $shellExitCode);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal