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

Breadcrumb

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

function Runtime::__construct

File

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

Class

Runtime
@psalm-immutable

Namespace

PHPUnit\Event\Runtime

Code

public function __construct() {
    $this->operatingSystem = new OperatingSystem();
    $this->php = new PHP();
    $this->phpunit = new PHPUnit();
}
RSS feed
Powered by Drupal