TestStatus::SYSTEM

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Test/TestStatus.php \Drupal\Core\Test\TestStatus::SYSTEM
  2. 10 core/lib/Drupal/Core/Test/TestStatus.php \Drupal\Core\Test\TestStatus::SYSTEM
  3. 11.x core/lib/Drupal/Core/Test/TestStatus.php \Drupal\Core\Test\TestStatus::SYSTEM

Signify a system error where the test runner was unable to complete.

Note that SYSTEM actually represents the lowest value of system errors, and the returned value could be as high as 127. Since that's the case, this constant should be used for range comparisons, and not just for equality.

See also

http://php.net/manual/pcntl.constants.php

File

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

Class

TestStatus
Consolidates test result status information.

Namespace

Drupal\Core\Test

Code

const SYSTEM = 3;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.