function DrupalErrorHandlerTestCase::getInfo

File

modules/simpletest/tests/error.test, line 7

Class

DrupalErrorHandlerTestCase
Tests Drupal error and exception handlers.

Code

public static function getInfo() {
    return array(
        'name' => 'Drupal error handlers',
        'description' => 'Performs tests on the Drupal error and exception handler.',
        'group' => 'System',
    );
}

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