You are here

constant TestStatus::PASS in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Test/TestStatus.php \Drupal\Core\Test\TestStatus::PASS
  2. 10 core/lib/Drupal/Core/Test/TestStatus.php \Drupal\Core\Test\TestStatus::PASS

Signify that the test result was a passed test.

File

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

Class

TestStatus
Consolidates test result status information.

Namespace

Drupal\Core\Test

Code

const PASS = 0;