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

Breadcrumb

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

function TestDox::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Framework/Attributes/TestDox.php \PHPUnit\Framework\Attributes\TestDox::__construct()
  2. 11.1.x vendor/phpunit/phpunit/src/Metadata/TestDox.php \PHPUnit\Metadata\TestDox::__construct()

File

vendor/phpunit/phpunit/src/Event/Value/Test/TestDox.php, line 23

Class

TestDox
@psalm-immutable

Namespace

PHPUnit\Event\Code

Code

public function __construct(string $prettifiedClassName, string $prettifiedMethodName, string $prettifiedAndColorizedMethodName) {
    $this->prettifiedClassName = $prettifiedClassName;
    $this->prettifiedMethodName = $prettifiedMethodName;
    $this->prettifiedAndColorizedMethodName = $prettifiedAndColorizedMethodName;
}

API Navigation

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