function DrupalErrorCollectionUnitTest::getInfo

File

modules/simpletest/tests/common.test, line 2754

Class

DrupalErrorCollectionUnitTest
Tests Simpletest error and exception collector.

Code

public static function getInfo() {
    return array(
        'name' => 'SimpleTest error collector',
        'description' => 'Performs tests on the Simpletest error and exception collector.',
        'group' => 'SimpleTest',
    );
}

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