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

Breadcrumb

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

function Configuration::hasLogfileTestdoxHtml

@psalm-assert-if-true !null $this->logfileTestdoxHtml

1 call to Configuration::hasLogfileTestdoxHtml()
Configuration::logfileTestdoxHtml in vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

File

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

Class

Configuration
@psalm-immutable

Namespace

PHPUnit\TextUI\Configuration

Code

public function hasLogfileTestdoxHtml() : bool {
    return $this->logfileTestdoxHtml !== null;
}

API Navigation

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