Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TestCollection.php
function TestCollection::__construct
File
vendor/
phpunit/
phpunit/
src/
Event/
Value/
Test/
TestCollection.php
, line 38
Class
TestCollection
@template-implements IteratorAggregate<int, Test>
Namespace
PHPUnit\Event\Code
Code
private
function
__construct
(Test ...
$tests
) {
$this
->
tests
=
$tests
; }
RSS feed