DrupalTestCase::$results

Current results of this test case.

Type: Array

File

modules/simpletest/drupal_web_test_case.php, line 98

Class

DrupalTestCase
Base class for Drupal tests.

Code

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

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