function Configuration::coverageHtml
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php \PHPUnit\TextUI\Configuration\Configuration::coverageHtml()
Throws
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Cli/ Configuration.php, line 565
Class
- Configuration
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\CliArgumentsCode
public function coverageHtml() : string {
if (!$this->hasCoverageHtml()) {
throw new Exception();
}
return $this->coverageHtml;
}