You are here

public property TestBase::$results in Drupal 8

Current results of this test case.

Type: array

File

core/modules/simpletest/src/TestBase.php, line 63

Class

TestBase
Base class for Drupal tests.

Namespace

Drupal\simpletest

Code

public $results = [
  '#pass' => 0,
  '#fail' => 0,
  '#exception' => 0,
  '#debug' => 0,
];