You are here

public static function WebformLocalizationApiTestCase::getInfo in Webform Localization 7

Same name and namespace in other branches
  1. 7.4 tests/webform_localization.test \WebformLocalizationApiTestCase::getInfo()

Test info.

File

tests/webform_localization.test, line 466
Webform localization module tests.

Class

WebformLocalizationApiTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Test Webform Localization API.',
    'description' => 'Test webform and webform localization interaction at API level.',
    'group' => 'Webform Localization',
  );
}