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

Breadcrumb

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

function Text::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php \PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text::__construct()
  2. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php \PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text::__construct()

File

vendor/phpunit/php-code-coverage/src/Report/Text.php, line 54

Class

Text

Namespace

SebastianBergmann\CodeCoverage\Report

Code

public function __construct(Thresholds $thresholds, bool $showUncoveredFiles = false, bool $showOnlySummary = false) {
    $this->thresholds = $thresholds;
    $this->showUncoveredFiles = $showUncoveredFiles;
    $this->showOnlySummary = $showOnlySummary;
}
RSS feed
Powered by Drupal