You are here

public static function WebformTestCase::getInfo in Webform 6.2

Implementation of getInfo().

3 methods override WebformTestCase::getInfo()
WebformComponentsTestCase::getInfo in tests/components.test
Implementation of getInfo().
WebformPermissionsTestCase::getInfo in tests/permissions.test
Implementation of getInfo().
WebformSubmissionTestCase::getInfo in tests/submission.test
Implementation of getInfo().

File

tests/webform.test, line 16
Webform module tests.

Class

WebformTestCase
@file Webform module tests.

Code

public static function getInfo() {
  return array(
    'name' => t('Webform'),
    'description' => t('Parent test suite used to setup Webform tests.'),
    'group' => t('Webform'),
  );
}