public static function ErrorHandlerTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php, line 24
Definition of Drupal\system\Tests\System\ErrorHandlerTest.

Class

ErrorHandlerTest
Tests error and exception handlers.

Namespace

Drupal\system\Tests\System

Code

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