public static function WebformSubmissionTestCase::getInfo in Webform 6.2
Same name and namespace in other branches
- 6.3 tests/submission.test \WebformSubmissionTestCase::getInfo()
- 7.4 tests/WebformSubmissionTestCase.test \WebformSubmissionTestCase::getInfo()
- 7.3 tests/submission.test \WebformSubmissionTestCase::getInfo()
Implementation of getInfo().
Overrides WebformTestCase::getInfo
File
- tests/
submission.test, line 14
Class
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'),
);
}