Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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