function Text::__construct
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php \PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text::__construct()
- 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
Namespace
SebastianBergmann\CodeCoverage\ReportCode
public function __construct(Thresholds $thresholds, bool $showUncoveredFiles = false, bool $showOnlySummary = false) {
$this->thresholds = $thresholds;
$this->showUncoveredFiles = $showUncoveredFiles;
$this->showOnlySummary = $showOnlySummary;
}