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

Breadcrumb

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

function Logging::testDoxHtml

Throws

Exception

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Logging.php, line 80

Class

Logging
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\TextUI\XmlConfiguration\Logging

Code

public function testDoxHtml() : TestDoxHtml {
    if ($this->testDoxHtml === null) {
        throw new Exception('Logger "TestDox HTML" is not configured');
    }
    return $this->testDoxHtml;
}

API Navigation

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