You are here

public static function WebformSubmissionTestCase::getInfo in Webform 7.4

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.3 tests/submission.test \WebformSubmissionTestCase::getInfo()

File

tests/WebformSubmissionTestCase.test, line 11

Class

WebformSubmissionTestCase
Webform module submission tests.

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