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

Breadcrumb

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

function Source::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php \SebastianBergmann\CodeCoverage\Report\Xml\Source::__construct()
  2. 11.1.x vendor/twig/twig/src/Source.php \Twig\Source::__construct()
  3. 11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Source.php \phpDocumentor\Reflection\DocBlock\Tags\Source::__construct()

@psalm-param non-empty-string $baseline

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php, line 42

Class

Source
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\TextUI\Configuration

Code

public function __construct(?string $baseline, bool $ignoreBaseline, FilterDirectoryCollection $includeDirectories, FileCollection $includeFiles, FilterDirectoryCollection $excludeDirectories, FileCollection $excludeFiles, bool $restrictDeprecations, bool $restrictNotices, bool $restrictWarnings, bool $ignoreSuppressionOfDeprecations, bool $ignoreSuppressionOfPhpDeprecations, bool $ignoreSuppressionOfErrors, bool $ignoreSuppressionOfNotices, bool $ignoreSuppressionOfPhpNotices, bool $ignoreSuppressionOfWarnings, bool $ignoreSuppressionOfPhpWarnings) {
    $this->baseline = $baseline;
    $this->ignoreBaseline = $ignoreBaseline;
    $this->includeDirectories = $includeDirectories;
    $this->includeFiles = $includeFiles;
    $this->excludeDirectories = $excludeDirectories;
    $this->excludeFiles = $excludeFiles;
    $this->restrictDeprecations = $restrictDeprecations;
    $this->restrictNotices = $restrictNotices;
    $this->restrictWarnings = $restrictWarnings;
    $this->ignoreSuppressionOfDeprecations = $ignoreSuppressionOfDeprecations;
    $this->ignoreSuppressionOfPhpDeprecations = $ignoreSuppressionOfPhpDeprecations;
    $this->ignoreSuppressionOfErrors = $ignoreSuppressionOfErrors;
    $this->ignoreSuppressionOfNotices = $ignoreSuppressionOfNotices;
    $this->ignoreSuppressionOfPhpNotices = $ignoreSuppressionOfPhpNotices;
    $this->ignoreSuppressionOfWarnings = $ignoreSuppressionOfWarnings;
    $this->ignoreSuppressionOfPhpWarnings = $ignoreSuppressionOfPhpWarnings;
}

API Navigation

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