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

Breadcrumb

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

function TestDataCollection::__construct

Throws

MoreThanOneDataSetFromDataProviderException

File

vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php, line 42

Class

TestDataCollection
@template-implements IteratorAggregate<int, TestData>

Namespace

PHPUnit\Event\TestData

Code

private function __construct(TestData ...$data) {
    $this->ensureNoMoreThanOneDataFromDataProvider($data);
    $this->data = $data;
}
RSS feed
Powered by Drupal