You are here

public property DrupalTestCase::$results in Drupal 7

Current results of this test case.

Type: Array

File

modules/simpletest/drupal_web_test_case.php, line 73

Class

DrupalTestCase
Base class for Drupal tests.

Code

public $results = array(
  '#pass' => 0,
  '#fail' => 0,
  '#exception' => 0,
  '#debug' => 0,
);