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

Breadcrumb

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

TestStatus::EXCEPTION

Signify that the test result was an exception or code error.

This means that the test runner was able to exit and report an error.

File

core/lib/Drupal/Core/Test/TestStatus.php, line 29

Class

TestStatus
Consolidates test result status information.

Namespace

Drupal\Core\Test

Code

const EXCEPTION = 2;

API Navigation

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