TestBase::$results

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,
];

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