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

Breadcrumb

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

function TestResultCollection::__construct

File

vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollection.php, line 38

Class

TestResultCollection
@template-implements IteratorAggregate<int, TestResult>

Namespace

PHPUnit\Logging\TestDox

Code

private function __construct(TestResult ...$testResults) {
    $this->testResults = $testResults;
}
RSS feed
Powered by Drupal