You are here

public static function WebformComponentsTestCase::getInfo in Webform 7.4

Same name and namespace in other branches
  1. 6.3 tests/components.test \WebformComponentsTestCase::getInfo()
  2. 6.2 tests/components.test \WebformComponentsTestCase::getInfo()
  3. 7.3 tests/components.test \WebformComponentsTestCase::getInfo()

File

tests/WebformComponentsTestCase.test, line 11

Class

WebformComponentsTestCase
Webform module component tests.

Code

public static function getInfo() {
  return array(
    'name' => t('Webform components'),
    'description' => t('Add and remove components from a webform.'),
    'group' => t('Webform'),
  );
}