You are here

public static function I18nFieldPlaceholderTestCase::getInfo in Field placeholder 7

Same name and namespace in other branches
  1. 7.2 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 16
File that holds multilingual tests for Field placeholder module.

Class

I18nFieldPlaceholderTestCase
@file File that holds multilingual tests for Field placeholder module.

Code

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