You are here

public static function WebformComponentsTestCase::getInfo in Webform 6.2

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

Implementation of getInfo().

Overrides WebformTestCase::getInfo

File

tests/components.test, line 14

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