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

Breadcrumb

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

function TestSuiteForTestMethodWithDataProvider::__construct

@psalm-param non-empty-string $name @psalm-param class-string $className @psalm-param non-empty-string $methodName

Overrides TestSuite::__construct

File

vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php, line 38

Class

TestSuiteForTestMethodWithDataProvider
@psalm-immutable

Namespace

PHPUnit\Event\TestSuite

Code

public function __construct(string $name, int $size, TestCollection $tests, string $className, string $methodName, string $file, int $line) {
    parent::__construct($name, $size, $tests);
    $this->className = $className;
    $this->methodName = $methodName;
    $this->file = $file;
    $this->line = $line;
}

API Navigation

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