You are here

public static function LocaleContentFunctionalTest::getInfo in Drupal 7

File

modules/locale/locale.test, line 2107
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',
  );
}