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

Breadcrumb

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

function Configuration::hasCoverageReport

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php, line 476

Class

Configuration
@psalm-immutable

Namespace

PHPUnit\TextUI\Configuration

Code

public function hasCoverageReport() : bool {
    return $this->hasCoverageClover() || $this->hasCoverageCobertura() || $this->hasCoverageCrap4j() || $this->hasCoverageHtml() || $this->hasCoveragePhp() || $this->hasCoverageText() || $this->hasCoverageXml();
}
RSS feed
Powered by Drupal