public static function WebformClearSubmissionTestCase::getInfo in Webform Clear 7.2
Implements getInfo().
File
- ./
webform_clear.test, line 15
Class
Code
public static function getInfo() {
return array(
'name' => t('Webform Clear - Submission tests'),
'description' => t('Submits sample webforms with different clear settings and checks the database integrity.'),
'group' => t('Webform Clear'),
);
}