public static function LocaleContentTest::getInfo

File

drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php, line 24
Definition of Drupal\locale\Tests\LocaleContentTest.

Class

LocaleContentTest
Functional tests for multilingual support on nodes.

Namespace

Drupal\locale\Tests

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',
  );
}