You are here

public static function DrupalErrorHandlerTestCase::getInfo in Drupal 7

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',
  );
}