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

Breadcrumb

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

function Runtime::asString

File

vendor/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php, line 32

Class

Runtime
@psalm-immutable

Namespace

PHPUnit\Event\Runtime

Code

public function asString() : string {
    $php = $this->php();
    return sprintf('PHPUnit %s using PHP %s (%s) on %s', $this->phpunit()
        ->versionId(), $php->version(), $php->sapi(), $this->operatingSystem()
        ->operatingSystem());
}
RSS feed
Powered by Drupal