You are here

public static function I18nFieldPlaceholderTestCase::getInfo in Field placeholder 7.2

Same name and namespace in other branches
  1. 7 i18n_field_placeholder/i18n_field_placeholder.test \I18nFieldPlaceholderTestCase::getInfo()

The getInfo() method provides information about the test.

In order for the test to be run, the getInfo() method needs to be implemented.

File

i18n_field_placeholder/i18n_field_placeholder.test, line 20

Class

I18nFieldPlaceholderTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Field placeholder translation'),
    'group' => 'Field placeholder',
    'description' => t('Field placeholder translation functions'),
  );
}