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

Breadcrumb

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

function Configuration::logfileTestdoxHtml

Throws

LoggingNotConfiguredException

File

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

Class

Configuration
@psalm-immutable

Namespace

PHPUnit\TextUI\Configuration

Code

public function logfileTestdoxHtml() : string {
    if (!$this->hasLogfileTestdoxHtml()) {
        throw new LoggingNotConfiguredException();
    }
    return $this->logfileTestdoxHtml;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal