public static function LocaleContentFunctionalTest::getInfo

7.x locale.test public static LocaleContentFunctionalTest::getInfo()

File

drupal-7.x/modules/locale/locale.test, line 2097
Tests for locale.module.

Class

LocaleContentFunctionalTest
Functional tests for multilingual support on nodes.

Code

public static function getInfo() {
  return array(
    'name' => 'Content language settings',
    'description' => 'Checks you can enable multilingual support on content types and configure a language for a node.',
    'group' => 'Locale',
  );
}