function LocaleContentFunctionalTest::getInfo

File

modules/locale/locale.test, line 2137

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.