You are here

public static function WebformComponentsTestCase::getInfo in Webform 7.3

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.4 tests/WebformComponentsTestCase.test \WebformComponentsTestCase::getInfo()

Implements hook.

File

tests/components.test, line 17

Class

WebformComponentsTestCase

Code

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