constant TestStatus::EXCEPTION in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Test/TestStatus.php \Drupal\Core\Test\TestStatus::EXCEPTION
- 10 core/lib/Drupal/Core/Test/TestStatus.php \Drupal\Core\Test\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\TestCode
const EXCEPTION = 2;