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

Breadcrumb

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

function TestSuiteForTestClass::__construct

@psalm-param class-string $name

Overrides TestSuite::__construct

File

vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php, line 31

Class

TestSuiteForTestClass
@psalm-immutable

Namespace

PHPUnit\Event\TestSuite

Code

public function __construct(string $name, int $size, TestCollection $tests, string $file, int $line) {
    parent::__construct($name, $size, $tests);
    $this->className = $name;
    $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