public static function DrupalErrorHandlerUnitTest::getInfo in SimpleTest 7
File
- tests/
error.test, line 7
Class
- DrupalErrorHandlerUnitTest
- 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',
);
}