You are here

constant TestStatus::FAIL in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Test/TestStatus.php \Drupal\Core\Test\TestStatus::FAIL

Signify that the test result was a failed test.

File

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

Class

TestStatus
Consolidates test result status information.

Namespace

Drupal\Core\Test

Code

const FAIL = 1;