function Text::__construct
Same name in this branch
- 11.1.x vendor/phpunit/php-code-coverage/src/Report/Text.php \SebastianBergmann\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/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ Report/ Text.php, line 27
Class
- Text
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\XmlConfiguration\CodeCoverage\ReportCode
public function __construct(File $target, bool $showUncoveredFiles, bool $showOnlySummary) {
$this->target = $target;
$this->showUncoveredFiles = $showUncoveredFiles;
$this->showOnlySummary = $showOnlySummary;
}