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

Breadcrumb

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

function Covers::__construct

Same name in this branch
  1. 11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Covers.php \phpDocumentor\Reflection\DocBlock\Tags\Covers::__construct()

@psalm-param 0|1 $level @psalm-param non-empty-string $target

Overrides Metadata::__construct

File

vendor/phpunit/phpunit/src/Metadata/Covers.php, line 28

Class

Covers
@psalm-immutable

Namespace

PHPUnit\Metadata

Code

protected function __construct(int $level, string $target) {
    parent::__construct($level);
    $this->target = $target;
}
RSS feed
Powered by Drupal