Functional tests for multilingual support on nodes.
Code
public static functiongetInfo() {
returnarray(
'name' => 'Content language settings',
'description' => 'Checks you can enable multilingual support on content types and configure a language for a node.',
'group' => 'Locale',
);
}