public static function L10nUpdateInterfaceTest::getInfo in Localization update 7.2
File
- tests/
L10nUpdateInterfaceTest.test, line 16 - Contains L10nUpdateInterfaceTest.
Class
- L10nUpdateInterfaceTest
- Tests for the l10n_update status user interfaces.
Code
public static function getInfo() {
return array(
'name' => 'Update translations user interface',
'description' => 'Tests for the user interface of project interface translations.',
'group' => 'Localization Update',
);
}