You are here

public static function WebformSubmissionTestCase::getInfo in Webform 6.2

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

Implementation of getInfo().

Overrides WebformTestCase::getInfo

File

tests/submission.test, line 14

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