You are here

public static function WebformClearSubmissionTestCase::getInfo in Webform Clear 7.2

Implements getInfo().

File

./webform_clear.test, line 15

Class

WebformClearSubmissionTestCase

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'),
  );
}