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

Breadcrumb

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

function Finished::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Event/Events/Application/Finished.php \PHPUnit\Event\Application\Finished::__construct()
  2. 11.1.x vendor/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php \PHPUnit\Event\TestRunner\Finished::__construct()
  3. 11.1.x vendor/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php \PHPUnit\Event\TestSuite\Finished::__construct()

File

vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php, line 28

Class

Finished
@psalm-immutable

Namespace

PHPUnit\Event\Test

Code

public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test, int $numberOfAssertionsPerformed) {
    $this->telemetryInfo = $telemetryInfo;
    $this->test = $test;
    $this->numberOfAssertionsPerformed = $numberOfAssertionsPerformed;
}

API Navigation

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