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

Breadcrumb

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

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;

API Navigation

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