public static function CustomErrorTestCase::getInfo in Customerror 7
Implements getInfo().
File
- ./
customerror.test, line 12 - Tests for the CustomError module.
Class
- CustomErrorTestCase
- @file Tests for the CustomError module.
Code
public static function getInfo() {
return array(
'name' => 'Custom Error',
'description' => 'Check that the custom error messages are displayed.',
'group' => 'Custom Error',
);
}