You are here

public static function WebformSubmissionTestCase::getInfo in Webform 7.3

Same name and namespace in other branches
  1. 6.3 tests/submission.test \WebformSubmissionTestCase::getInfo()
  2. 6.2 tests/submission.test \WebformSubmissionTestCase::getInfo()
  3. 7.4 tests/WebformSubmissionTestCase.test \WebformSubmissionTestCase::getInfo()

Implements hook.

File

tests/submission.test, line 17

Class

WebformSubmissionTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Webform submission'),
    'description' => t('Submits a sample webform and checks the database integrity.'),
    'group' => t('Webform'),
  );
}