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

Breadcrumb

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

function TestIdMissingException::__construct

File

vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php, line 16

Class

TestIdMissingException

Namespace

SebastianBergmann\CodeCoverage

Code

public function __construct() {
    parent::__construct('Test ID is missing');
}
RSS feed
Powered by Drupal