public static function DrupalErrorHandlerTestCase::getInfo

7.x error.test public static DrupalErrorHandlerTestCase::getInfo()

File

drupal-7.x/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',
  );
}