public static function WebformValidationTestCase::getInfo in Webform Validation 7
File
- tests/
WebformValidationTestCase.test, line 11
Class
- WebformValidationTestCase
- Test Webform Validation module.
Code
public static function getInfo() {
return array(
'name' => t('Webform Validation'),
'description' => t('Test Webform Validation module.'),
'group' => t('Webform'),
);
}