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

Breadcrumb

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

class TestIdMissingException

Hierarchy

  • class \SebastianBergmann\CodeCoverage\TestIdMissingException extends \RuntimeException implements \SebastianBergmann\CodeCoverage\Exception

Expanded class hierarchy of TestIdMissingException

1 file declares its use of TestIdMissingException
PhptTestCase.php in vendor/phpunit/phpunit/src/Runner/PhptTestCase.php

File

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

Namespace

SebastianBergmann\CodeCoverage
View source
final class TestIdMissingException extends RuntimeException implements Exception {
    public function __construct() {
        parent::__construct('Test ID is missing');
    }

}

Members

Title Sort descending Modifiers Object type Summary
TestIdMissingException::__construct public function
RSS feed
Powered by Drupal