class Clover
Same name in this branch
- 11.1.x vendor/phpunit/php-code-coverage/src/Report/Clover.php \SebastianBergmann\CodeCoverage\Report\Clover
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
@psalm-immutable
Hierarchy
- class \PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover
Expanded class hierarchy of Clover
2 files declare their use of Clover
- CodeCoverage.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ CodeCoverage.php - Loader.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php
1 string reference to 'Clover'
- CoverageCloverToReport::toReportFormat in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Migration/ Migrations/ CoverageCloverToReport.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ Report/ Clover.php, line 21
Namespace
PHPUnit\TextUI\XmlConfiguration\CodeCoverage\ReportView source
final class Clover {
private readonly File $target;
public function __construct(File $target) {
$this->target = $target;
}
public function target() : File {
return $this->target;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Clover::$target | private | property | |
Clover::target | public | function | |
Clover::__construct | public | function |